linux_dsm_epyc7002/arch
Paul Gortmaker 13fe86f465 x86/mm: Make kernel/check.c explicitly non-modular
The Kconfig currently controlling compilation of this code is:

  arch/x86/Kconfig:config X86_CHECK_BIOS_CORRUPTION
  arch/x86/Kconfig:       bool "Check for low memory corruption"

...meaning that it currently is not being built as a module by
anyone.

Lets remove the couple traces of modularity so that when reading
the code there is no doubt it is builtin-only.

Since module_init translates to device_initcall in the
non-modular case, the init ordering remains unchanged with this
commit.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1440459295-21814-4-git-send-email-paul.gortmaker@windriver.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
2015-08-25 09:48:38 +02:00
..
alpha alpha: forward declare struct pt_regs in processor.h 2015-04-17 09:03:53 -04:00
arc arch/*/io.h: Add ioremap_wt() to all architectures 2015-06-07 15:28:57 +02:00
arm arch/*/io.h: Add ioremap_wt() to all architectures 2015-06-07 15:28:57 +02:00
arm64 arch/*/io.h: Add ioremap_wt() to all architectures 2015-06-07 15:28:57 +02:00
avr32 arch/*/io.h: Add ioremap_uc() to all architectures 2015-07-29 10:02:36 +02:00
blackfin blackfin updates for Linux 4.1 2015-04-24 07:58:07 -07:00
c6x C6X Fixes for v4.1 2015-04-16 18:48:55 -04:00
cris CRIS changes for 4.1 2015-04-26 13:31:05 -07:00
frv arch/*/io.h: Add ioremap_uc() to all architectures 2015-07-29 10:02:36 +02:00
hexagon Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc 2015-04-15 13:53:55 -07:00
ia64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2015-04-26 17:22:07 -07:00
m32r arch/*/io.h: Add ioremap_uc() to all architectures 2015-07-29 10:02:36 +02:00
m68k arch/*/io.h: Add ioremap_uc() to all architectures 2015-07-29 10:02:36 +02:00
metag arch/*/io.h: Add ioremap_wt() to all architectures 2015-06-07 15:28:57 +02:00
microblaze video/fbdev, asm/io.h: Remove ioremap_writethrough() 2015-06-07 15:28:57 +02:00
mips MIPS: tlb-r4k: Fix PG_ELPA comment 2015-05-15 22:02:50 +02:00
mn10300 arch/*/io.h: Add ioremap_uc() to all architectures 2015-07-29 10:02:36 +02:00
nios2 arch/*/io.h: Add ioremap_wt() to all architectures 2015-06-07 15:28:57 +02:00
openrisc Merge branch 'akpm' (patches from Andrew) 2015-04-15 16:39:15 -07:00
parisc parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards architectures 2015-05-12 22:03:44 +02:00
powerpc arch/*/io.h: Add ioremap_uc() to all architectures 2015-07-29 10:02:36 +02:00
s390 arch/*/io.h: Add ioremap_wt() to all architectures 2015-06-07 15:28:57 +02:00
score arch: Remove exec_domain from remaining archs 2015-04-12 21:03:30 +02:00
sh arch/*/io.h: Add ioremap_uc() to all architectures 2015-07-29 10:02:36 +02:00
sparc arch/*/io.h: Add ioremap_wt() to all architectures 2015-06-07 15:28:57 +02:00
tile arch/*/io.h: Add ioremap_uc() to all architectures 2015-07-29 10:02:36 +02:00
um Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc 2015-04-15 13:53:55 -07:00
unicore32 Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc 2015-04-15 13:53:55 -07:00
x86 x86/mm: Make kernel/check.c explicitly non-modular 2015-08-25 09:48:38 +02:00
xtensa arch/*/io.h: Add ioremap_wt() to all architectures 2015-06-07 15:28:57 +02:00
.gitignore
Kconfig powerpc updates for 4.1 2015-04-16 13:53:32 -05:00