Re: [PATCH] x86: make platform/intel-quark/imr_selftest.c explicitly non-modular

2016-02-15 Thread Bryan O'Donoghue
On Sun, 2016-02-14 at 18:09 -0500, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > arch/x86/Kconfig.debug:config DEBUG_IMR_SELFTEST > arch/x86/Kconfig.debug:bool "Isolated Memory Region self test" > > ...meaning that it currently is not being built a

[PATCH] x86: make platform/intel-quark/imr_selftest.c explicitly non-modular

2016-02-14 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: arch/x86/Kconfig.debug:config DEBUG_IMR_SELFTEST arch/x86/Kconfig.debug:bool "Isolated Memory Region self test" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is essential