Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118205
b: refs/heads/master
c: 08c3330
h: refs/heads/master
i:
  118203: da5860e
v: v3
  • Loading branch information
James Bottomley authored and Ingo Molnar committed Oct 30, 2008
1 parent 9a62f66 commit af17b88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: c08b6acc9b996ba6231105cb12a4125c957e0c97
refs/heads/master: 08c33308575b370c89b4ed1198ece5f93145a2aa
5 changes: 4 additions & 1 deletion trunk/arch/x86/mach-voyager/voyager_smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ static void ack_vic_irq(unsigned int irq);
static void vic_enable_cpi(void);
static void do_boot_cpu(__u8 cpuid);
static void do_quad_bootstrap(void);
static void initialize_secondary(void);

int hard_smp_processor_id(void);
int safe_smp_processor_id(void);
Expand Down Expand Up @@ -650,6 +651,8 @@ void __init smp_boot_cpus(void)
smp_tune_scheduling();
*/
smp_store_cpu_info(boot_cpu_id);
/* setup the jump vector */
initial_code = (unsigned long)initialize_secondary;
printk("CPU%d: ", boot_cpu_id);
print_cpu_info(&cpu_data(boot_cpu_id));

Expand Down Expand Up @@ -702,7 +705,7 @@ void __init smp_boot_cpus(void)

/* Reload the secondary CPUs task structure (this function does not
* return ) */
void __init initialize_secondary(void)
static void __init initialize_secondary(void)
{
#if 0
// AC kernels only
Expand Down

0 comments on commit af17b88

Please sign in to comment.