Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88839
b: refs/heads/master
c: 0717826
h: refs/heads/master
i:
  88837: 92b9738
  88835: 0220f5f
  88831: 1c4cf3a
v: v3
  • Loading branch information
Glauber de Oliveira Costa authored and Ingo Molnar committed Apr 17, 2008
1 parent e1d7966 commit 0a6ae36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: f6bc40290964b5fcb48c226ccafa4b7536d62663
refs/heads/master: 071782692798d7a6e0a5679f3186ea7fea49fd62
6 changes: 4 additions & 2 deletions trunk/arch/x86/kernel/smpboot_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
#include <mach_wakecpu.h>
#include <mach_apic.h>
#include <smpboot_hooks.h>
#include <mach_apic.h>

/* Set when the idlers are all forked */
int smp_threads_ready;
Expand Down Expand Up @@ -293,7 +294,8 @@ static void __inquire_remote_apic(int apicid)
/*
* Kick the secondary to wake up.
*/
static int __cpuinit wakeup_secondary_via_INIT(int phys_apicid, unsigned int start_rip)
static int __cpuinit wakeup_secondary_cpu(int phys_apicid,
unsigned int start_rip)
{
unsigned long send_status, accept_status = 0;
int maxlvt, num_starts, j;
Expand Down Expand Up @@ -534,7 +536,7 @@ static int __cpuinit do_boot_cpu(int cpu, int apicid)
/*
* Starting actual IPI sequence...
*/
boot_error = wakeup_secondary_via_INIT(apicid, start_rip);
boot_error = wakeup_secondary_cpu(apicid, start_rip);

if (!boot_error) {
/*
Expand Down

0 comments on commit 0a6ae36

Please sign in to comment.