commit | 7251a24e4d3acf2d7826e1c42fe84258c312a742 | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Wed Jul 23 14:38:02 2014 -0500 |
committer | Scott Wood <scottwood@freescale.com> | Tue Jul 29 19:24:38 2014 -0500 |
tree | fd13c255b9e1a71a70bad1ca7de61de7cdfd55f4 | |
parent | cd1154770ba984f4c766cac5ea42c38880080b1d [diff] |
powerpc/booke: Define MSR bits the same way as reg.h This ensures that all MSR definitions are consistently unsigned long, and that MSR_CM does not become 0xffffffff80000000 (this is usually harmless because MSR is 32-bit on booke and is mainly noticeable when debugging, but still I'd rather avoid it). Signed-off-by: Scott Wood <scottwood@freescale.com>