aboutsummaryrefslogtreecommitdiff
path: root/common/main.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-01-06 17:41:38 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2022-01-06 17:41:38 +0200
commit513a8d20beeacb3a7fc2c3c140d014f7fb25cd6f (patch)
treea4d2cc6cc0bd0990c282d6163767fbfaa12d0718 /common/main.c
parent6f052e236715846b1a14f9fe59f89346efb809e6 (diff)
downloadkmi-513a8d20beeacb3a7fc2c3c140d014f7fb25cd6f.tar.gz
kmi-513a8d20beeacb3a7fc2c3c140d014f7fb25cd6f.zip
Jump back to kernelspace tested
+ Added automated categories to debugging, bug/info/warn/error etc. Now I should just try to use them here and there :D
Diffstat (limited to 'common/main.c')
-rw-r--r--common/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/main.c b/common/main.c
index f91fc22..52987d1 100644
--- a/common/main.c
+++ b/common/main.c
@@ -41,7 +41,6 @@ void __main main(void *fdt)
arch_setup(fdt);
init_pmem(fdt);
- init_mem_blocks();
struct vm_branch *b = init_vmem(fdt);
/* start up debugging in kernel IO */