Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136665
b: refs/heads/master
c: 6b64ee0
h: refs/heads/master
i:
  136663: 228bdf1
v: v3
  • Loading branch information
Ingo Molnar committed Jan 30, 2009
1 parent c37ce68 commit 161c879
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 26f7ef14a76b0e590a3797fd7b2f3cee868d9664
refs/heads/master: 6b64ee02da20d6c0d97115e0b1ab47f9fa2f0d8f
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/bigsmp_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ struct genapic apic_bigsmp = {
.send_IPI_mask_allbutself = NULL,
.send_IPI_allbutself = bigsmp_send_IPI_allbutself,
.send_IPI_all = bigsmp_send_IPI_all,
.send_IPI_self = NULL,
.send_IPI_self = default_send_IPI_self,

.wakeup_cpu = NULL,
.trampoline_phys_low = DEFAULT_TRAMPOLINE_PHYS_LOW,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/es7000_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ struct genapic apic_es7000 = {
.send_IPI_mask_allbutself = NULL,
.send_IPI_allbutself = es7000_send_IPI_allbutself,
.send_IPI_all = es7000_send_IPI_all,
.send_IPI_self = NULL,
.send_IPI_self = default_send_IPI_self,

.wakeup_cpu = NULL,

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/numaq_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ struct genapic apic_numaq = {
.send_IPI_mask_allbutself = NULL,
.send_IPI_allbutself = numaq_send_IPI_allbutself,
.send_IPI_all = numaq_send_IPI_all,
.send_IPI_self = NULL,
.send_IPI_self = default_send_IPI_self,

.wakeup_cpu = NULL,
.trampoline_phys_low = NUMAQ_TRAMPOLINE_PHYS_LOW,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/probe_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ struct genapic apic_default = {
.send_IPI_mask_allbutself = default_send_IPI_mask_allbutself_logical,
.send_IPI_allbutself = default_send_IPI_allbutself,
.send_IPI_all = default_send_IPI_all,
.send_IPI_self = NULL,
.send_IPI_self = default_send_IPI_self,

.wakeup_cpu = NULL,
.trampoline_phys_low = DEFAULT_TRAMPOLINE_PHYS_LOW,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/summit_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ struct genapic apic_summit = {
.send_IPI_mask_allbutself = NULL,
.send_IPI_allbutself = summit_send_IPI_allbutself,
.send_IPI_all = summit_send_IPI_all,
.send_IPI_self = NULL,
.send_IPI_self = default_send_IPI_self,

.wakeup_cpu = NULL,
.trampoline_phys_low = DEFAULT_TRAMPOLINE_PHYS_LOW,
Expand Down

0 comments on commit 161c879

Please sign in to comment.