diff options
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r-- | arch/x86/kernel/bigsmp_32.c | 2 | ||||
-rw-r--r-- | arch/x86/kernel/es7000_32.c | 2 | ||||
-rw-r--r-- | arch/x86/kernel/numaq_32.c | 2 | ||||
-rw-r--r-- | arch/x86/kernel/probe_32.c | 2 | ||||
-rw-r--r-- | arch/x86/kernel/summit_32.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/arch/x86/kernel/bigsmp_32.c b/arch/x86/kernel/bigsmp_32.c index ab645c93a6e7..47a62f46afdb 100644 --- a/arch/x86/kernel/bigsmp_32.c +++ b/arch/x86/kernel/bigsmp_32.c | |||
@@ -252,7 +252,7 @@ struct genapic apic_bigsmp = { | |||
252 | .send_IPI_mask_allbutself = NULL, | 252 | .send_IPI_mask_allbutself = NULL, |
253 | .send_IPI_allbutself = bigsmp_send_IPI_allbutself, | 253 | .send_IPI_allbutself = bigsmp_send_IPI_allbutself, |
254 | .send_IPI_all = bigsmp_send_IPI_all, | 254 | .send_IPI_all = bigsmp_send_IPI_all, |
255 | .send_IPI_self = NULL, | 255 | .send_IPI_self = default_send_IPI_self, |
256 | 256 | ||
257 | .wakeup_cpu = NULL, | 257 | .wakeup_cpu = NULL, |
258 | .trampoline_phys_low = DEFAULT_TRAMPOLINE_PHYS_LOW, | 258 | .trampoline_phys_low = DEFAULT_TRAMPOLINE_PHYS_LOW, |
diff --git a/arch/x86/kernel/es7000_32.c b/arch/x86/kernel/es7000_32.c index b5b50e8b94a9..d6184c12a182 100644 --- a/arch/x86/kernel/es7000_32.c +++ b/arch/x86/kernel/es7000_32.c | |||
@@ -786,7 +786,7 @@ struct genapic apic_es7000 = { | |||
786 | .send_IPI_mask_allbutself = NULL, | 786 | .send_IPI_mask_allbutself = NULL, |
787 | .send_IPI_allbutself = es7000_send_IPI_allbutself, | 787 | .send_IPI_allbutself = es7000_send_IPI_allbutself, |
788 | .send_IPI_all = es7000_send_IPI_all, | 788 | .send_IPI_all = es7000_send_IPI_all, |
789 | .send_IPI_self = NULL, | 789 | .send_IPI_self = default_send_IPI_self, |
790 | 790 | ||
791 | .wakeup_cpu = NULL, | 791 | .wakeup_cpu = NULL, |
792 | 792 | ||
diff --git a/arch/x86/kernel/numaq_32.c b/arch/x86/kernel/numaq_32.c index c143b3292163..947748e17211 100644 --- a/arch/x86/kernel/numaq_32.c +++ b/arch/x86/kernel/numaq_32.c | |||
@@ -554,7 +554,7 @@ struct genapic apic_numaq = { | |||
554 | .send_IPI_mask_allbutself = NULL, | 554 | .send_IPI_mask_allbutself = NULL, |
555 | .send_IPI_allbutself = numaq_send_IPI_allbutself, | 555 | .send_IPI_allbutself = numaq_send_IPI_allbutself, |
556 | .send_IPI_all = numaq_send_IPI_all, | 556 | .send_IPI_all = numaq_send_IPI_all, |
557 | .send_IPI_self = NULL, | 557 | .send_IPI_self = default_send_IPI_self, |
558 | 558 | ||
559 | .wakeup_cpu = NULL, | 559 | .wakeup_cpu = NULL, |
560 | .trampoline_phys_low = NUMAQ_TRAMPOLINE_PHYS_LOW, | 560 | .trampoline_phys_low = NUMAQ_TRAMPOLINE_PHYS_LOW, |
diff --git a/arch/x86/kernel/probe_32.c b/arch/x86/kernel/probe_32.c index 3f12a4011822..22337b75de62 100644 --- a/arch/x86/kernel/probe_32.c +++ b/arch/x86/kernel/probe_32.c | |||
@@ -116,7 +116,7 @@ struct genapic apic_default = { | |||
116 | .send_IPI_mask_allbutself = default_send_IPI_mask_allbutself_logical, | 116 | .send_IPI_mask_allbutself = default_send_IPI_mask_allbutself_logical, |
117 | .send_IPI_allbutself = default_send_IPI_allbutself, | 117 | .send_IPI_allbutself = default_send_IPI_allbutself, |
118 | .send_IPI_all = default_send_IPI_all, | 118 | .send_IPI_all = default_send_IPI_all, |
119 | .send_IPI_self = NULL, | 119 | .send_IPI_self = default_send_IPI_self, |
120 | 120 | ||
121 | .wakeup_cpu = NULL, | 121 | .wakeup_cpu = NULL, |
122 | .trampoline_phys_low = DEFAULT_TRAMPOLINE_PHYS_LOW, | 122 | .trampoline_phys_low = DEFAULT_TRAMPOLINE_PHYS_LOW, |
diff --git a/arch/x86/kernel/summit_32.c b/arch/x86/kernel/summit_32.c index ecb41b9d7aa0..1e733eff9b33 100644 --- a/arch/x86/kernel/summit_32.c +++ b/arch/x86/kernel/summit_32.c | |||
@@ -588,7 +588,7 @@ struct genapic apic_summit = { | |||
588 | .send_IPI_mask_allbutself = NULL, | 588 | .send_IPI_mask_allbutself = NULL, |
589 | .send_IPI_allbutself = summit_send_IPI_allbutself, | 589 | .send_IPI_allbutself = summit_send_IPI_allbutself, |
590 | .send_IPI_all = summit_send_IPI_all, | 590 | .send_IPI_all = summit_send_IPI_all, |
591 | .send_IPI_self = NULL, | 591 | .send_IPI_self = default_send_IPI_self, |
592 | 592 | ||
593 | .wakeup_cpu = NULL, | 593 | .wakeup_cpu = NULL, |
594 | .trampoline_phys_low = DEFAULT_TRAMPOLINE_PHYS_LOW, | 594 | .trampoline_phys_low = DEFAULT_TRAMPOLINE_PHYS_LOW, |