From: Scott Wood Date: Wed, 23 Jul 2014 19:38:02 +0000 (-0500) Subject: powerpc/booke: Define MSR bits the same way as reg.h X-Git-Tag: omap-for-v3.17/fixes-against-rc2~134^2~39^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7251a24e4d3acf2d7826e1c42fe84258c312a742;p=pandora-kernel.git 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 --- Reading git-diff-tree failed