diff options
author | Rafal Jaworowski <raj@semihalf.com> | 2007-07-27 12:22:04 (GMT) |
---|---|---|
committer | Rafal Jaworowski <raj@semihalf.com> | 2007-07-27 12:22:04 (GMT) |
commit | 1863cfb7b100ba0ee3401799457a01dc058745f8 (patch) | |
tree | fc2498851a45dfad81b5daacc84f11b996a74ce6 /include/asm-ppc/processor.h | |
parent | cc3023b9f95d7ac959a764471a65001062aecf41 (diff) | |
download | u-boot-1863cfb7b100ba0ee3401799457a01dc058745f8.tar.xz |
[PPC] Remove unused MSR_USER definition
Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
Diffstat (limited to 'include/asm-ppc/processor.h')
-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 4898dd4..71e2e84 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 */ |