]> git.openfabrics.org - ~emulex/infiniband.git/commit
powerpc/booke: Define MSR bits the same way as reg.h
authorScott Wood <scottwood@freescale.com>
Wed, 23 Jul 2014 19:38:02 +0000 (14:38 -0500)
committerScott Wood <scottwood@freescale.com>
Wed, 30 Jul 2014 00:24:38 +0000 (19:24 -0500)
commit7251a24e4d3acf2d7826e1c42fe84258c312a742
treefd13c255b9e1a71a70bad1ca7de61de7cdfd55f4
parentcd1154770ba984f4c766cac5ea42c38880080b1d
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>
arch/powerpc/include/asm/reg_booke.h