diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-01-12 04:05:38 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-12 12:08:51 -0500 |
commit | e4f17c436f8e4241995c2531372be8dd7ea6ff75 (patch) | |
tree | ac797b8402c9a44182f16b76ffc13559d6c0edb3 /arch/x86_64/kernel/smpboot.c | |
parent | e52f4ca2a7cfea3495cabae23d48f1538f09ccf2 (diff) |
[PATCH] amd64: task_thread_info()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/x86_64/kernel/smpboot.c')
-rw-r--r-- | arch/x86_64/kernel/smpboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/smpboot.c b/arch/x86_64/kernel/smpboot.c index c9e941ae5019..d16a2fae270a 100644 --- a/arch/x86_64/kernel/smpboot.c +++ b/arch/x86_64/kernel/smpboot.c | |||
@@ -814,7 +814,7 @@ do_rest: | |||
814 | init_rsp = c_idle.idle->thread.rsp; | 814 | init_rsp = c_idle.idle->thread.rsp; |
815 | per_cpu(init_tss,cpu).rsp0 = init_rsp; | 815 | per_cpu(init_tss,cpu).rsp0 = init_rsp; |
816 | initial_code = start_secondary; | 816 | initial_code = start_secondary; |
817 | clear_ti_thread_flag(c_idle.idle->thread_info, TIF_FORK); | 817 | clear_tsk_thread_flag(c_idle.idle, TIF_FORK); |
818 | 818 | ||
819 | printk(KERN_INFO "Booting processor %d/%d APIC 0x%x\n", cpu, | 819 | printk(KERN_INFO "Booting processor %d/%d APIC 0x%x\n", cpu, |
820 | cpus_weight(cpu_present_map), | 820 | cpus_weight(cpu_present_map), |