[PATCH] x86-64: Remove freeing of SMP trampoline pages
authorAndi Kleen <ak@suse.de>
Mon, 12 Sep 2005 16:49:24 +0000 (18:49 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 12 Sep 2005 17:50:56 +0000 (10:50 -0700)
commit47e5701e37cf10948c3f2952870d9f18b6e84965
tree7961742d494264e1ade896c77d6ba2834e8fc6d6
parent016102dea838e8526a4bc57821309f0cd9db81b7
[PATCH] x86-64: Remove freeing of SMP trampoline pages

Nick points out it never worked because PageReserved was
set and it might cause problems later on. Also HOTPLUG_CPU
is much more common now so let's care not too much
about the !hotplug case.

Cc: nickpiggin@yahoo.com.au
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/smpboot.c