diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-01-12 04:05:55 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-12 12:08:55 -0500 |
commit | 40f1f0deaff90b78b81dbba109bfa1cef241ec16 (patch) | |
tree | d4c3ca3c4a26df585b5cd24e7ae63ac3c246f4e3 /arch/parisc/kernel/smp.c | |
parent | 513091ba7e4a8b498632d7913ff9408ebbca6235 (diff) |
[PATCH] parisc: task_stack_page(), 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/parisc/kernel/smp.c')
-rw-r--r-- | arch/parisc/kernel/smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/kernel/smp.c b/arch/parisc/kernel/smp.c index 17f23c26f1ca..25564b7ca6bb 100644 --- a/arch/parisc/kernel/smp.c +++ b/arch/parisc/kernel/smp.c | |||
@@ -517,7 +517,7 @@ int __init smp_boot_one_cpu(int cpuid) | |||
517 | if (IS_ERR(idle)) | 517 | if (IS_ERR(idle)) |
518 | panic("SMP: fork failed for CPU:%d", cpuid); | 518 | panic("SMP: fork failed for CPU:%d", cpuid); |
519 | 519 | ||
520 | idle->thread_info->cpu = cpuid; | 520 | task_thread_info(idle)->cpu = cpuid; |
521 | 521 | ||
522 | /* Let _start know what logical CPU we're booting | 522 | /* Let _start know what logical CPU we're booting |
523 | ** (offset into init_tasks[],cpu_data[]) | 523 | ** (offset into init_tasks[],cpu_data[]) |