summaryrefslogtreecommitdiff
path: root/include/asm-powerpc/reg_booke.h
AgeCommit message (Collapse)AuthorFilesLines
2007-08-17[POWERPC] Fix FSL BookE machine check reportingBecky Bruce1-1/+11
Reserved MCSR bits on FSL BookE parts may have spurious values when mcheck occurs. Mask these off when printing the MCSR to avoid confusion. Also, get rid of the MCSR_GL_CI bit defined for e500 - this bit doesn't actually have any meaning. Signed-off-by: Becky Bruce <becky.bruce@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2007-05-10[POWERPC] Move reg_booke.h to include/asm-powerpcBecky Bruce1-0/+469
This patch moves a copy of reg_booke.h to include/asm-powerpc and fixes up the ifdef protection. Signed-off-by: Becky Bruce <becky.bruce@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>