1
0
Fork 0
alistair23-linux/arch/powerpc
Michael Ellerman 40765d2b8b 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 <michael@ellerman.id.au>
2005-11-03 19:34:38 +11:00
..
configs powerpc: Copy default configs into arch/powerpc/configs 2005-11-03 15:24:57 +11:00
kernel powerpc: Set entry point and text address in linker script 2005-11-03 16:03:06 +11:00
lib Merge iSeries include file move 2005-11-02 16:06:03 +11:00
mm powerpc: import a fix from arch/ppc/mm/pgtable.c 2005-10-31 14:40:03 +11:00
oprofile [PATCH] powerpc: Merge ppc64 pmc.[ch] with ppc32 perfmon.[ch] 2005-10-20 16:22:24 +10:00
platforms powerpc: Cleanup vpa code 2005-11-03 19:34:38 +11:00
sysdev [PATCH] powerpc: Move dart.h 2005-11-02 15:25:51 +11:00
xmon powerpc: Remove T command from xmon help text since it no longer exists 2005-10-29 22:11:06 +10:00
Kconfig [PATCH] powerpc: move mmio_nvram.c over to arch/powerpc 2005-11-01 21:03:04 +11:00
Kconfig.debug powerpc: Merge Kconfig.debug 2005-10-10 22:15:52 +10:00
Makefile powerpc: Set entry point and text address in linker script 2005-11-03 16:03:06 +11:00