Page MenuHomeFreeBSD

D10217.diff
No OneTemporary

D10217.diff

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

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)

Event Timeline