Eliminate a stale debug message. The per-CPU cache locks were replaced
by critical sections in r145686. PR: 193254 Submitted by: luke.tw@gmail.com MFC after: 3 days
This commit is contained in:
parent
f718bedc4f
commit
67c44fa359
@ -1833,9 +1833,6 @@ uma_startup(void *bootmem, int boot_pages)
|
||||
/* The initial zone has no Per cpu queues so it's smaller */
|
||||
zone_ctor(zones, sizeof(struct uma_zone), &args, M_WAITOK);
|
||||
|
||||
#ifdef UMA_DEBUG
|
||||
printf("Initializing pcpu cache locks.\n");
|
||||
#endif
|
||||
#ifdef UMA_DEBUG
|
||||
printf("Creating slab and hash zones.\n");
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user