]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[POWERPC] 4xx: Move 440EP(x) FPU setup from head_44x to cpu_setup_4xx
authorValentine Barshak <vbarshak@ru.mvista.com>
Fri, 21 Sep 2007 14:46:57 +0000 (00:46 +1000)
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>
Wed, 3 Oct 2007 12:20:17 +0000 (07:20 -0500)
commit8112753bb2c0045398c89d0647792b39805f6d40
tree5a818e51c96b9cc0d0cd733838554037339a8559
parent84e3ad5b91ed51db7513a54ad7ed652ab0ca4ba1
[POWERPC] 4xx: Move 440EP(x) FPU setup from head_44x to cpu_setup_4xx

The PowerPC 440EP(x) FPU init is currently done in head_44x
under ifdefs. Since we should support more then one board
in the same kernel, we move FPU initialization code from head_44x
to cpu_setup_44x and add cpu_setup callbacks for 440EP(x).

Signed-off-by: Valentine Barshak <vbarshak@ru.mvista.com>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
arch/powerpc/kernel/cpu_setup_44x.S
arch/powerpc/kernel/cputable.c
arch/powerpc/kernel/head_44x.S