]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] x86_64: Let impossible CPUs point to reference per cpu data
authorAndi Kleen <ak@suse.de>
Mon, 6 Feb 2006 23:18:55 +0000 (00:18 +0100)
committerChris Wright <chrisw@sous-sol.org>
Fri, 10 Feb 2006 07:20:13 +0000 (23:20 -0800)
commit61572d33e60ea237051a99f8effafadfdd91ac4f
treeb84fbbc38cc88d42226ac81c803d798a739ed5a1
parent575eee6f6d5985975e2402c29fdf7410b9313d46
[PATCH] x86_64: Let impossible CPUs point to reference per cpu data

Don't mark the reference per cpu data init data (so it stays
around after boot) and point all impossible CPUs to it. This way
they reference some valid - although shared memory. Usually
this is only initialization like INIT_LIST_HEADs and there
won't be races because these CPUs never run. Still somewhat hackish.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/x86_64/kernel/vmlinux.lds.S