[PATCH 2/3] arch/x86: make mm/pageattr[-test].c explicitly non-modular

2015-08-24 Thread Paul Gortmaker
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

[PATCH 2/3] arch/x86: make mm/pageattr[-test].c explicitly non-modular

2015-08-24 Thread Paul Gortmaker
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