[PATCH] ppc64: Fix CONFIG_ALTIVEC not set
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 1 Aug 2005 05:34:49 +0000 (22:34 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 2 Aug 2005 02:14:00 +0000 (19:14 -0700)
commit57ee67af35183c60e924ebb6d6b3e1d2d9c03366
tree05ede7060812b3e07fec1cea199b10e60039aa6a
parent1caf1f0f187d99eb898bdc216de5a761740fe814
[PATCH] ppc64: Fix CONFIG_ALTIVEC not set

The code that sets the altivec capability of the CPU based on firmware
informations can enable altivec when the kernel has CONFIG_ALTIVEC
disabled.  This results in "interesting" crashes.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc64/kernel/prom.c