From: Stephen Rothwell Date: Fri, 7 Sep 2012 04:05:54 +0000 (+1000) Subject: Merge remote-tracking branch 'tip/auto-latest' X-Git-Tag: next-20120907~30 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4c7e922a2bb4a349594de49ba494b8844ab2d7e4;p=karo-tx-linux.git Merge remote-tracking branch 'tip/auto-latest' Conflicts: arch/Kconfig --- 4c7e922a2bb4a349594de49ba494b8844ab2d7e4 diff --cc arch/Kconfig index 3450115c6437,ea5feb6c1003..07db9299ea86 --- a/arch/Kconfig +++ b/arch/Kconfig @@@ -281,23 -294,7 +294,26 @@@ config SECCOMP_FILTE See Documentation/prctl/seccomp_filter.txt for details. +config HAVE_MOD_ARCH_SPECIFIC + bool + help + The arch uses struct mod_arch_specific to store data. Many arches + just need a simple module loader without arch specific data - those + should not enable this. + +config MODULES_USE_ELF_RELA + bool + help + Modules only use ELF RELA relocations. Modules with ELF REL + relocations will give an error. + +config MODULES_USE_ELF_REL + bool + help + Modules only use ELF REL relocations. Modules with ELF RELA + relocations will give an error. + + config HAVE_VIRT_CPU_ACCOUNTING + bool + source "kernel/gcov/Kconfig"