commit | fb9be2349f099d7c68b706e04fd62c478d3c0ed2 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Thu Jun 02 11:26:13 2011 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Thu Jun 02 15:29:09 2011 -0500 |
tree | 5a0d80e4aeba5bbaa5359e14c82e4f64fcf76b16 | |
parent | a3623239ad941c7fa5440231f601e8f6de1f2a54 [diff] |
powerpc/book3e: Fix CPU feature handling on e5500 in 32-bit mode 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>