diff options
Diffstat (limited to 'arch/x86/kernel/setup.c')
-rw-r--r-- | arch/x86/kernel/setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index 2d93026af7cd..fda22ec1a935 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c | |||
@@ -129,9 +129,9 @@ int default_cpu_present_to_apicid(int mps_cpu) | |||
129 | return __default_cpu_present_to_apicid(mps_cpu); | 129 | return __default_cpu_present_to_apicid(mps_cpu); |
130 | } | 130 | } |
131 | 131 | ||
132 | int default_check_phys_apicid_present(int boot_cpu_physical_apicid) | 132 | int default_check_phys_apicid_present(int phys_apicid) |
133 | { | 133 | { |
134 | return __default_check_phys_apicid_present(boot_cpu_physical_apicid); | 134 | return __default_check_phys_apicid_present(phys_apicid); |
135 | } | 135 | } |
136 | #endif | 136 | #endif |
137 | 137 | ||