Skip to content
Commit 5400743d authored by H. Peter Anvin's avatar H. Peter Anvin
Browse files

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: default avatarH. Peter Anvin <hpa@zytor.com>
Cc: Suresh Siddha <suresh.b.siddha@intel.com>
parent d0af9eed
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment