From 5cd0d0f0e19b53a002feb91ba0cde9ea7ec19f29 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 15 Jul 2013 00:12:05 -0400 Subject: linux-yocto/3.4: mips: fix gcc 4.8 compilation Updating the SRCREVs to enable the following fix for gcc 4.8 mips compilation: Author: Steven J. Hill Date: Fri Jul 6 21:56:01 2012 +0200 MIPS: Refactor 'clear_page' and 'copy_page' functions. Remove usage of the '__attribute__((alias("...")))' hack that aliased to integer arrays containing micro-assembled instructions. This hack breaks when building a microMIPS kernel. It also makes the code much easier to understand. [ralf@linux-mips.org: Added back export of the clear_page and copy_page symbols so certain modules will work again. Also fixed build with CONFIG_SIBYTE_DMA_PAGEOPS enabled.] Signed-off-by: Steven J. Hill Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/3866/ Acked-by: David Daney Signed-off-by: Ralf Baechle (cherry picked from commit c022630633624a75b3b58f43dd3c6cc896a56cff) Signed-off-by: Bruce Ashfield Signed-off-by: Bruce Ashfield Signed-off-by: Saul Wold --- meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb index a61fe7010b..18c469cd67 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb @@ -12,7 +12,7 @@ LINUX_VERSION ?= "3.4.52" KMETA = "meta" -SRCREV_machine ?= "cdd7a546922ca1c46c94adeec3b9c90dc9aaad2d" +SRCREV_machine ?= "4122d6cf3f9e1fd6d54f6e13af29c4c589289fdc" SRCREV_meta ?= "7250de4d4afc2558082cd42b8a0d151903436e8f" PR = "${INC_PR}.1" -- cgit 1.2.3-korg