move gic to new devtree interface
[lunaix-os.git] / lunaix-os / arch / aarch64 / fault.c
1 #include <lunaix/mm/fault.h>
2 #include <asm/aa64_exception.h>
3 #include <asm/hart.h>
4
5 void 
6 handle_mm_abort(struct hart_state* state)
7 {
8     // TODO
9 }