OpenCores
URL https://opencores.org/ocsvn/timestamp/timestamp/trunk

Subversion Repositories timestamp

[/] [timestamp/] [trunk/] [tstamp_linux/] [linux-2.6-fcm_udi_enable.diff] - Rev 2

Compare with Previous | Blame | View Log

diff --git a/arch/powerpc/include/asm/reg.h b/arch/powerpc/include/asm/reg.h
index c6d1ab6..e2caf0d 100644
--- a/arch/powerpc/include/asm/reg.h
+++ b/arch/powerpc/include/asm/reg.h
@@ -111,7 +111,8 @@
 #define MSR_KERNEL	(MSR_ME|MSR_RI|MSR_IR|MSR_DR)
 #endif
 
-#define MSR_USER	(MSR_KERNEL|MSR_PR|MSR_EE)
+#define MSR_USER	(MSR_KERNEL|MSR_PR|MSR_EE|0x02080000)
+//#define MSR_USER	(MSR_KERNEL|MSR_PR|MSR_EE|0x02080000|(1<<6)|(1<<18))
 #endif
 
 /* Floating Point Status and Control Register (FPSCR) Fields */
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.