x86, mtrr: make mtrr_aps_delayed_init static bool
authorH. Peter Anvin <hpa@zytor.com>
Sat, 22 Aug 2009 00:00:02 +0000 (17:00 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 22 Aug 2009 00:00:02 +0000 (17:00 -0700)
mtr_aps_delayed_init was declared u32 and made global, but it only
ever takes boolean values and is only ever used in
arch/x86/kernel/cpu/mtrr/main.c.  Declare it "static bool" and remove
external references.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Cc: Suresh Siddha <suresh.b.siddha@intel.com>

No differences found