]> git.baikalelectronics.ru Git - kernel.git/commit
[PPC] Use cpu setup routines from cpu_setup_44x.S for ARCH=ppc
authorPaul Mackerras <paulus@samba.org>
Thu, 4 Oct 2007 01:02:09 +0000 (11:02 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 4 Oct 2007 01:02:09 +0000 (11:02 +1000)
commitd6420d654e86b894264248aaf0d49594e30ec080
tree96b4df5f75b70cf102bf83dece20dafcde0b2e48
parent30778e9896b3d15eacac3defe9f764e0659d7a6c
[PPC] Use cpu setup routines from cpu_setup_44x.S for ARCH=ppc

Commit a821515e0f0859b50eeb8b078c4ca7e8facabc48 made 44x in
ARCH=powerpc builds use cpu setup routines in cpu_setup_44x.S,
but didn't make a similar change for ARCH=ppc, and consequently
the ARCH=ppc builds fail with undefined symbols (since both use
the same cputable.c).

This fixes it by including cpu_setup_44x.S in the ARCH=ppc builds,
and by taking out the now-redundant FPU initialization in
arch/ppc/kernel/head_44x.S.

Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/Makefile
arch/ppc/kernel/head_44x.S