Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148957755
D7606.id19571.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
513 B
Referenced Files
None
Subscribers
None
D7606.id19571.diff
View Options
Index: head/sys/powerpc/booke/pmap.c
===================================================================
--- head/sys/powerpc/booke/pmap.c
+++ head/sys/powerpc/booke/pmap.c
@@ -3166,6 +3166,7 @@
case FSL_E500v2:
case FSL_E500mc:
case FSL_E5500:
+ case FSL_E6500:
entry->mas7 = mfspr(SPR_MAS7);
break;
default:
@@ -3206,6 +3207,7 @@
switch ((mfpvr() >> 16) & 0xFFFF) {
case FSL_E500mc:
case FSL_E5500:
+ case FSL_E6500:
mtspr(SPR_MAS8, 0);
__asm __volatile("isync");
/* FALLTHROUGH */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 22, 7:56 AM (19 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30114207
Default Alt Text
D7606.id19571.diff (513 B)
Attached To
Mode
D7606: take into account mas7/8 when reading/writing TLB entries on e6500
Attached
Detach File
Event Timeline
Log In to Comment