diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-08-22 02:00:02 +0200 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-08-22 02:00:02 +0200 |
commit | 5400743db5a06a4e6e298725a2044c40edcb27b9 (patch) | |
tree | fc563d843e5029c2ad278c12daa1fa7ab1806e0f /arch/x86/mm | |
parent | x86, pat/mtrr: Rendezvous all the cpus for MTRR/PAT init (diff) | |
download | linux-5400743db5a06a4e6e298725a2044c40edcb27b9.tar.xz linux-5400743db5a06a4e6e298725a2044c40edcb27b9.zip |
x86, mtrr: make mtrr_aps_delayed_init static bool
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>
Diffstat (limited to 'arch/x86/mm')
0 files changed, 0 insertions, 0 deletions