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 d042211768b7..a177c7880ab5 100644 --- a/arch/x86/kernel/genx2apic_phys.c +++ b/arch/x86/kernel/genx2apic_phys.c | |||
@@ -123,12 +123,12 @@ static unsigned int phys_pkg_id(int index_msb) | |||
123 | return current_cpu_data.initial_apicid >> index_msb; | 123 | return current_cpu_data.initial_apicid >> index_msb; |
124 | } | 124 | } |
125 | 125 | ||
126 | void x2apic_send_IPI_self(int vector) | 126 | static void x2apic_send_IPI_self(int vector) |
127 | { | 127 | { |
128 | apic_write(APIC_SELF_IPI, vector); | 128 | apic_write(APIC_SELF_IPI, vector); |
129 | } | 129 | } |
130 | 130 | ||
131 | void init_x2apic_ldr(void) | 131 | static void init_x2apic_ldr(void) |
132 | { | 132 | { |
133 | return; | 133 | return; |
134 | } | 134 | } |