From 7251a24e4d3acf2d7826e1c42fe84258c312a742 Mon Sep 17 00:00:00 2001 From: Scott Wood Date: Wed, 23 Jul 2014 14:38:02 -0500 Subject: [PATCH] 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-format-patch failed