From: Rafal Jaworowski <raj@semihalf.com>
Date: Fri, 27 Jul 2007 12:22:04 +0000 (+0200)
Subject: [PPC] Remove unused MSR_USER definition
X-Git-Tag: v2025.01-rc5-pxa1908~22730^2~2
X-Git-Url: http://git.dujemihanovic.xyz/img/static/html/index.html?a=commitdiff_plain;h=1863cfb7b100ba0ee3401799457a01dc058745f8;p=u-boot.git

[PPC] Remove unused MSR_USER definition

Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
---

diff --git a/include/asm-ppc/processor.h b/include/asm-ppc/processor.h
index 4898dd41cc..71e2e847a4 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 */