diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-03-13 10:54:40 (GMT) |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-03-13 10:57:22 (GMT) |
commit | e9a22d1fb94050b7d600019c32e6b672d539054b (patch) | |
tree | 1e062f00e3fe7a3ace7b0c6b930ed6cdacd37166 /arch/x86/kernel/ds_selftest.h | |
parent | 321bb5e1ac461c04b6a93f795010d6eb01d8c5ca (diff) | |
download | linux-fsl-qoriq-e9a22d1fb94050b7d600019c32e6b672d539054b.tar.xz |
x86, bts: cleanups
Impact: cleanup, no code changed
Cc: Markus Metzger <markus.t.metzger@intel.com>
LKML-Reference: <20090313104218.A30096@sedona.ch.intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/ds_selftest.h')
-rw-r--r-- | arch/x86/kernel/ds_selftest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/ds_selftest.h b/arch/x86/kernel/ds_selftest.h index 0e6e19d..2ba8745 100644 --- a/arch/x86/kernel/ds_selftest.h +++ b/arch/x86/kernel/ds_selftest.h @@ -12,4 +12,4 @@ extern int ds_selftest_pebs(void); #else static inline int ds_selftest_bts(void) { return 0; } static inline int ds_selftest_pebs(void) { return 0; } -#endif /* CONFIG_X86_DS_SELFTEST */ +#endif |