]> git.baikalelectronics.ru Git - kernel.git/commit
x86/mm/pat: Make mm/pageattr[-test].c explicitly non-modular
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 24 Aug 2015 23:34:54 +0000 (19:34 -0400)
committerIngo Molnar <mingo@kernel.org>
Tue, 25 Aug 2015 07:48:38 +0000 (09:48 +0200)
commit7b45ef8481b17dd242191bdda57061a503585997
tree784364361f40862832ef155ae32907e40546cf90
parentd0724c7686beb679a48cb6c8f51e8fa4ec58026c
x86/mm/pat: Make mm/pageattr[-test].c explicitly non-modular

The file pageattr.c is obj-y and it includes pageattr-test.c
based on CPA_DEBUG (a bool), meaning that no code here is
currently 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-3-git-send-email-paul.gortmaker@windriver.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/mm/pageattr-test.c
arch/x86/mm/pageattr.c