]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc: Fixes to get the merged kernel to boot on powermac.
authorPaul Mackerras <paulus@samba.org>
Wed, 28 Sep 2005 10:28:14 +0000 (20:28 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 28 Sep 2005 10:28:14 +0000 (20:28 +1000)
commit20c8c2106305729e7d5e06f6c3d390e965a3dd34
tree23ae68e9ed3c7bdb1fccb19a761904a67c671f57
parenta3a9e99e36b2897b3e038869e61f363d62434086
powerpc: Fixes to get the merged kernel to boot on powermac.

This merges ppc_ksyms.c, puts back the actual do_execve call in
sys_execve, makes init_MMU call find_end_of_memory rather than
ppc_md.find_end_of_memory (every platform has a device tree
with a /memory node now, right?) and fixes some problems with the
mpic initialization on newworld powermacs.

Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/Makefile
arch/powerpc/kernel/ppc_ksyms.c [new file with mode: 0644]
arch/powerpc/kernel/process.c
arch/powerpc/mm/init.c
arch/powerpc/platforms/powermac/pmac_pic.c
arch/ppc/kernel/Makefile