change slab based kmalloc to slob based kmalloc

This commit is contained in:
chyyuu
2012-10-09 21:31:20 +08:00
parent efafff0f75
commit 8a6deabc73
39 changed files with 1317 additions and 5811 deletions

View File

@@ -333,8 +333,8 @@ quick_check 'check page table' \
' |-- PTE(00001) fafeb000-fafec000 00001000 -rw'
pts=10
quick_check 'check slab' \
'check_slab() succeeded!'
quick_check 'check slob' \
'check_slob() succeeded!'
pts=25
quick_check 'check vmm' \