diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-28 07:24:54 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-28 17:20:27 -0500 |
commit | cb8cc442dc7e07cb5438b357843ab4095ad73933 (patch) | |
tree | d818d1814507b2fe71f1e07c4bc108fe0c9ebb91 /arch/x86/mach-generic/es7000.c | |
parent | d4c9a9f3d416cfa1f5ffbe09d864d069467fe693 (diff) |
x86, apic: refactor ->phys_pkg_id()
Refactor the ->phys_pkg_id() methods:
- namespace separation
- macro wrapper removal
- open-coded calls to the methods in the generic 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mach-generic/es7000.c b/arch/x86/mach-generic/es7000.c index 1185964b7a33..52787e34c9cc 100644 --- a/arch/x86/mach-generic/es7000.c +++ b/arch/x86/mach-generic/es7000.c | |||
@@ -122,7 +122,7 @@ struct genapic apic_es7000 = { | |||
122 | .setup_portio_remap = NULL, | 122 | .setup_portio_remap = NULL, |
123 | .check_phys_apicid_present = es7000_check_phys_apicid_present, | 123 | .check_phys_apicid_present = es7000_check_phys_apicid_present, |
124 | .enable_apic_mode = es7000_enable_apic_mode, | 124 | .enable_apic_mode = es7000_enable_apic_mode, |
125 | .phys_pkg_id = phys_pkg_id, | 125 | .phys_pkg_id = es7000_phys_pkg_id, |
126 | .mps_oem_check = mps_oem_check, | 126 | .mps_oem_check = mps_oem_check, |
127 | 127 | ||
128 | .get_apic_id = get_apic_id, | 128 | .get_apic_id = get_apic_id, |