diff options
Diffstat (limited to 'arch/x86/kernel/genx2apic_phys.c')
| -rw-r--r-- | arch/x86/kernel/genx2apic_phys.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/genx2apic_phys.c b/arch/x86/kernel/genx2apic_phys.c index 62895cf315ff..21bcc0e098ba 100644 --- a/arch/x86/kernel/genx2apic_phys.c +++ b/arch/x86/kernel/genx2apic_phys.c | |||
| @@ -161,12 +161,12 @@ static unsigned int phys_pkg_id(int index_msb) | |||
| 161 | return current_cpu_data.initial_apicid >> index_msb; | 161 | return current_cpu_data.initial_apicid >> index_msb; |
| 162 | } | 162 | } |
| 163 | 163 | ||
| 164 | void x2apic_send_IPI_self(int vector) | 164 | static void x2apic_send_IPI_self(int vector) |
| 165 | { | 165 | { |
| 166 | apic_write(APIC_SELF_IPI, vector); | 166 | apic_write(APIC_SELF_IPI, vector); |
| 167 | } | 167 | } |
| 168 | 168 | ||
| 169 | void init_x2apic_ldr(void) | 169 | static void init_x2apic_ldr(void) |
| 170 | { | 170 | { |
| 171 | return; | 171 | return; |
| 172 | } | 172 | } |
