use SLAB_PANIC flag cleanup
Use SLAB_PANIC and delete duplicated panic(). Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Cc: Ian Molton <spyro@f2s.com> Cc: David Howells <dhowells@redhat.com> Cc: Andi Kleen <ak@suse.de> Cc: Paul Mackerras <paulus@samba.org> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Paul Mundt <lethal@linux-sh.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
72280ede31
commit
0e6b9c98be
@@ -151,9 +151,7 @@ void __init pgtable_cache_init(void)
|
||||
pgd_cache = kmem_cache_create("pgd",
|
||||
PTRS_PER_PGD * sizeof(pgd_t),
|
||||
PTRS_PER_PGD * sizeof(pgd_t),
|
||||
0,
|
||||
SLAB_PANIC,
|
||||
pgd_ctor,
|
||||
pgd_dtor);
|
||||
if (!pgd_cache)
|
||||
panic("pgtable_cache_init(): Cannot create pgd cache");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user