diff options
author | Rafal Jaworowski <raj@semihalf.com> | 2007-07-27 14:22:04 +0200 |
---|---|---|
committer | Rafal Jaworowski <raj@semihalf.com> | 2007-07-27 14:22:04 +0200 |
commit | 1863cfb7b100ba0ee3401799457a01dc058745f8 (patch) | |
tree | fc2498851a45dfad81b5daacc84f11b996a74ce6 /include/asm-ppc | |
parent | cc3023b9f95d7ac959a764471a65001062aecf41 (diff) |
[PPC] Remove unused MSR_USER definition
Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
Diffstat (limited to 'include/asm-ppc')
-rw-r--r-- | include/asm-ppc/processor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-ppc/processor.h b/include/asm-ppc/processor.h index 4898dd41cc3..71e2e847a46 100644 --- a/include/asm-ppc/processor.h +++ b/include/asm-ppc/processor.h @@ -58,7 +58,6 @@ #else #define MSR_KERNEL MSR_ME #endif -#define MSR_USER MSR_KERNEL|MSR_PR|MSR_EE /* Floating Point Status and Control Register (FPSCR) Fields */ |