Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105545201
D36041.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
451 B
Referenced Files
None
Subscribers
None
D36041.diff
View Options
diff --git a/sys/arm/arm/locore-v6.S b/sys/arm/arm/locore-v6.S
--- a/sys/arm/arm/locore-v6.S
+++ b/sys/arm/arm/locore-v6.S
@@ -294,6 +294,13 @@
mov r0, #DOMAIN_CLIENT /* Only domain #0 is used */
mcr CP15_DACR(r0)
+ /*
+ * Ensure that LPAE is disabled and that TTBR0 is used for translation,
+ * use a 16KB translation table
+ */
+ mov r0, #0
+ mcr CP15_TTBCR(r0)
+
/*
* Set TEX remap registers
* - All is set to uncacheable memory
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 18, 11:56 AM (19 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15486172
Default Alt Text
D36041.diff (451 B)
Attached To
Mode
D36041: arm: Clear TTBCR before enabling the MMU
Attached
Detach File
Event Timeline
Log In to Comment