kernel: reduce log message spam during boot
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
#include <socks/memblock.h>
|
||||
#include <socks/vm.h>
|
||||
#include <socks/util.h>
|
||||
#include <socks/printk.h>
|
||||
#include <socks/libc/string.h>
|
||||
|
||||
#define SIZE_N_CACHE(s) \
|
||||
@@ -39,7 +38,6 @@ void kmalloc_init(void)
|
||||
}
|
||||
|
||||
kmalloc_initialised = 1;
|
||||
printk("vm: kmalloc size-N caches online");
|
||||
}
|
||||
|
||||
void *kmalloc(size_t count, vm_flags_t flags)
|
||||
|
||||
Reference in New Issue
Block a user