From: Michael Ellerman Date: Thu, 3 Nov 2005 08:34:38 +0000 (+1100) Subject: powerpc: Cleanup vpa code X-Git-Tag: v2.6.15-rc1~726^2~3^2~3^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40765d2b8b86446b4ac8ec880cf4fdf56ce4ae7e;p=pandora-kernel.git powerpc: Cleanup vpa code register_vpa() doesn't actually do a VPA register call it just uses the flags you pass it, so rename it to vpa_call() to be clearer. We can then define register_vpa() and unregister_vpa() which are both simple wrappers around vpa_call(). (we'll need unregister_vpa() for kexec soon) We can then cleanup vpa_init(), and because vpa_init() is only called from platforms/pseries we remove the definition in asm-ppc64/smp.h. Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed