--- 2.4.20aa1/kernel/fork.c.~1~ 2002-12-03 03:18:13.000000000 +0100 +++ 2.4.20aa1/kernel/fork.c 2002-12-04 14:05:44.000000000 +0100 @@ -914,7 +914,7 @@ void __init proc_caches_init(void) vm_area_cachep = kmem_cache_create("vm_area_struct", sizeof(struct vm_area_struct), 0, - SLAB_HWCACHE_ALIGN, NULL, NULL); + 0, NULL, NULL); if(!vm_area_cachep) panic("vma_init: Cannot alloc vm_area_struct SLAB cache");