Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109536095
D34891.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
328 B
Referenced Files
None
Subscribers
None
D34891.diff
View Options
diff --git a/sys/powerpc/powerpc/cpu.c b/sys/powerpc/powerpc/cpu.c
--- a/sys/powerpc/powerpc/cpu.c
+++ b/sys/powerpc/powerpc/cpu.c
@@ -784,11 +784,11 @@
static void
cpu_idle_booke(sbintime_t sbt)
{
+#ifdef BOOKE_E500
register_t msr;
msr = mfmsr();
-#ifdef BOOKE_E500
powerpc_sync();
mtmsr(msr | PSL_WE);
#endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 7, 10:02 AM (20 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16508999
Default Alt Text
D34891.diff (328 B)
Attached To
Mode
D34891: powerpc cpu_idle_booke: Mark read of mfmsr under #ifdef BOOKE_E500.
Attached
Detach File
Event Timeline
Log In to Comment