diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-09 16:54:06 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-09 16:54:06 +0200 |
commit | baad00174d0e9c68e31e0d06e60a7979a39dc6eb (patch) | |
tree | 3b394e58cd1da9141a4e533fc4126e37ac3cb1c7 /toolchain/kernel-headers/patches/3.9.9/sortext.patch | |
parent | a61beceb0d5a3bda0301904c8807d12a85529281 (diff) |
make a bootable system configuration for raspberry pi
Diffstat (limited to 'toolchain/kernel-headers/patches/3.9.9/sortext.patch')
-rw-r--r-- | toolchain/kernel-headers/patches/3.9.9/sortext.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/toolchain/kernel-headers/patches/3.9.9/sortext.patch b/toolchain/kernel-headers/patches/3.9.9/sortext.patch new file mode 100644 index 000000000..d82b76a2d --- /dev/null +++ b/toolchain/kernel-headers/patches/3.9.9/sortext.patch @@ -0,0 +1,22 @@ +diff -Nur linux-3.5.2.orig/arch/mips/Kconfig linux-3.5.2/arch/mips/Kconfig +--- linux-3.5.2.orig/arch/mips/Kconfig 2012-08-15 16:55:25.000000000 +0200 ++++ linux-3.5.2/arch/mips/Kconfig 2012-08-23 11:10:29.000000000 +0200 +@@ -31,7 +31,6 @@ + select HAVE_MEMBLOCK_NODE_MAP + select ARCH_DISCARD_MEMBLOCK + select GENERIC_SMP_IDLE_THREAD +- select BUILDTIME_EXTABLE_SORT + select GENERIC_CLOCKEVENTS + select GENERIC_CMOS_UPDATE + +diff -Nur linux-3.5.2.orig/arch/x86/Kconfig linux-3.5.2/arch/x86/Kconfig +--- linux-3.5.2.orig/arch/x86/Kconfig 2012-08-15 16:55:25.000000000 +0200 ++++ linux-3.5.2/arch/x86/Kconfig 2012-08-23 11:10:17.000000000 +0200 +@@ -85,7 +85,6 @@ + select DCACHE_WORD_ACCESS + select GENERIC_SMP_IDLE_THREAD + select HAVE_ARCH_SECCOMP_FILTER +- select BUILDTIME_EXTABLE_SORT + select GENERIC_CMOS_UPDATE + select CLOCKSOURCE_WATCHDOG + select GENERIC_CLOCKEVENTS |