powerpc/book3e: Fix CPU feature handling on e5500 in 32-bit mode
authorKumar Gala <galak@kernel.crashing.org>
Thu, 2 Jun 2011 16:26:13 +0000 (11:26 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 2 Jun 2011 20:29:09 +0000 (15:29 -0500)
We are missing FPU feature bit that user space may require.  In the
64-bit mode this gets set since we pull it in via COMMON_USER_PPC64.  We
just explicitly set it so user space will be happy again.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/kernel/cputable.c

Simple merge