[SPARC64]: SMP build fixes.
authorDavid S. Miller <davem@sunset.davemloft.net>
Sat, 14 Jul 2007 07:58:53 +0000 (00:58 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 16 Jul 2007 11:04:58 +0000 (04:04 -0700)
commit27a2ef382c7935a4dd02bff9fd361ce118df98c6
tree046a77f2b63e89222f44b536082e30c73a160e7f
parent8f3fff205071dc1bd3203a0f6a5bf3b30e68e26f
[SPARC64]: SMP build fixes.

With the move of ldom_startcpu_cpuid() into smp.c some other
things need to follow along:

1) smp.c is not a driver so we can't use "PFX" macro in the
   printk calls.

2) smp.c now needs asm/io.h and asm/hvtramp.h, ds.c no longer
   does

3) kimage_addr_to_ra() also needs to move into smp.c

While we're here, update copyright info and my email address
in smp.c

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/ds.c
arch/sparc64/kernel/smp.c