]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
powerpc: Merge asm-ppc/kexec.h and asm-ppc64/kexec.h
authorMichael Ellerman <michael@ellerman.id.au>
Thu, 3 Nov 2005 04:35:45 +0000 (15:35 +1100)
committerMichael Ellerman <michael@ellerman.id.au>
Thu, 3 Nov 2005 04:35:45 +0000 (15:35 +1100)
commite1df870d546f4d033030615aa3d01c0341c1ef1f
tree67621ddb359f503ba4a01f777313740ab479a849
parenta1218720321d778134914cf90ef54cf0d1d8477c
powerpc: Merge asm-ppc/kexec.h and asm-ppc64/kexec.h

Merge include/asm-ppc/kexec.h and include/asm-ppc64/kexec.h.

The only thing that's really changed is that we now allocate crash_notes
properly on PPC32. It's address is exported via sysfs, so it's not correct
for it to be a pointer.

I've also removed some of the "we don't use this" comments, because they're
wrong (or perhaps were referring only to arch code).

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
arch/ppc/kernel/machine_kexec.c
include/asm-powerpc/kexec.h [new file with mode: 0644]
include/asm-ppc/kexec.h [deleted file]
include/asm-ppc64/kexec.h [deleted file]