Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F103808918
D10217.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
511 B
Referenced Files
None
Subscribers
None
D10217.diff
View Options
Index: head/sys/arm/arm/machdep.c
===================================================================
--- head/sys/arm/arm/machdep.c
+++ head/sys/arm/arm/machdep.c
@@ -814,9 +814,10 @@
/*
* Add one table for end of kernel map, one for stacks, msgbuf and
- * L1 and L2 tables map and one for vectors map.
+ * L1 and L2 tables map, one for vectors map and two for
+ * l2 structures from pmap_bootstrap.
*/
- l2size += 3;
+ l2size += 5;
/* Make it divisible by 4 */
l2size = (l2size + 3) & ~3;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 30, 5:37 PM (21 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14947548
Default Alt Text
D10217.diff (511 B)
Attached To
Mode
D10217: Increase number of L2 tables required for kernel bootstrap
Attached
Detach File
Event Timeline
Log In to Comment