Restore support for huge pages

This commit is contained in:
Rodrigo Arias 2024-07-11 15:37:41 +02:00
parent 131713e7fc
commit 1a15ddc0e7
2 changed files with 2 additions and 5 deletions

View File

@ -1391,3 +1391,5 @@ from the host to the serial console to test it.
Pattern FFFFFFFFFFFFFFFF Writing... Reading...Iteration: 2 Pattern FFFFFFFFFFFFFFFF Writing... Reading...Iteration: 2
Tested 2 iteration(s) with 0 errors. Tested 2 iteration(s) with 0 errors.
It may be worth enabling huge pages again, as there didn't seem to have any
effect.

View File

@ -71,11 +71,6 @@
+ '' + ''
SMP n SMP n
'' ''
# Disable huge pages
+ ''
HUGETLBFS n
HUGETLB_PAGE n
''
; ;
} }
]; ];