Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5375
b: refs/heads/master
c: de04f32
h: refs/heads/master
i:
  5373: d3841c4
  5371: 6e2405d
  5367: 31c2250
  5359: 12ec4cc
  5343: 357a912
  5311: 2bbe03d
  5247: d2e409c
  5119: 836927c
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Jul 29, 2005
1 parent 7adf6a8 commit 7e47747
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 3019e8ebe6281843488250ee3a539106806da93a
refs/heads/master: de04f3220b9789cc40fd6b1d151dfa0a7e3b03b9
5 changes: 3 additions & 2 deletions trunk/arch/x86_64/kernel/smpboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -755,8 +755,9 @@ static int __cpuinit do_boot_cpu(int cpu, int apicid)
initial_code = start_secondary;
clear_ti_thread_flag(c_idle.idle->thread_info, TIF_FORK);

printk(KERN_INFO "Booting processor %d/%d rip %lx rsp %lx\n", cpu, apicid,
start_rip, init_rsp);
printk(KERN_INFO "Booting processor %d/%d APIC 0x%x\n", cpu,
cpus_weight(cpu_present_map),
apicid);

/*
* This grunge runs the startup process for
Expand Down

0 comments on commit 7e47747

Please sign in to comment.