diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-28 09:08:53 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-28 17:20:30 -0500 |
commit | 94af18755266edf46803564414d74f9621aaded8 (patch) | |
tree | 4b8677f78d7a30271a11e31587540b1e6c073038 /arch/x86/mach-generic/summit.c | |
parent | 5b8127277bc4cdca78eda5ee900a314642822ace (diff) |
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/summit.c')
-rw-r--r-- | arch/x86/mach-generic/summit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mach-generic/summit.c b/arch/x86/mach-generic/summit.c index f24cba1b29da..a0ae6b910488 100644 --- a/arch/x86/mach-generic/summit.c +++ b/arch/x86/mach-generic/summit.c | |||
@@ -72,7 +72,7 @@ struct genapic apic_summit = { | |||
72 | 72 | ||
73 | .get_apic_id = summit_get_apic_id, | 73 | .get_apic_id = summit_get_apic_id, |
74 | .set_apic_id = NULL, | 74 | .set_apic_id = NULL, |
75 | .apic_id_mask = SUMMIT_APIC_ID_MASK, | 75 | .apic_id_mask = 0xFF << 24, |
76 | 76 | ||
77 | .cpu_mask_to_apicid = cpu_mask_to_apicid, | 77 | .cpu_mask_to_apicid = cpu_mask_to_apicid, |
78 | .cpu_mask_to_apicid_and = cpu_mask_to_apicid_and, | 78 | .cpu_mask_to_apicid_and = cpu_mask_to_apicid_and, |