summaryrefslogtreecommitdiffstats
path: root/arch/x86/mach-generic/es7000.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-28 15:08:53 +0100
committerIngo Molnar <mingo@elte.hu>2009-01-28 23:20:30 +0100
commit94af18755266edf46803564414d74f9621aaded8 (patch)
tree4b8677f78d7a30271a11e31587540b1e6c073038 /arch/x86/mach-generic/es7000.c
parent5b8127277bc4cdca78eda5ee900a314642822ace (diff)
downloadop-kernel-dev-94af18755266edf46803564414d74f9621aaded8.zip
op-kernel-dev-94af18755266edf46803564414d74f9621aaded8.tar.gz
x86, apic: get rid of *_APIC_ID_MASK definitions
Impact: cleanup Remove the *_APIC_ID_MASK subarch definitions and move them straight to the genapic driver initialization code. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mach-generic/es7000.c')
-rw-r--r--arch/x86/mach-generic/es7000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mach-generic/es7000.c b/arch/x86/mach-generic/es7000.c
index 21fb33e..3d046de 100644
--- a/arch/x86/mach-generic/es7000.c
+++ b/arch/x86/mach-generic/es7000.c
@@ -128,7 +128,7 @@ struct genapic apic_es7000 = {
.get_apic_id = es7000_get_apic_id,
.set_apic_id = NULL,
- .apic_id_mask = ES7000_APIC_ID_MASK,
+ .apic_id_mask = 0xFF << 24,
.cpu_mask_to_apicid = cpu_mask_to_apicid,
.cpu_mask_to_apicid_and = cpu_mask_to_apicid_and,
OpenPOWER on IntegriCloud