summaryrefslogtreecommitdiff
path: root/kernel/include/paging.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/include/paging.h')
-rw-r--r--kernel/include/paging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/include/paging.h b/kernel/include/paging.h
index 4aaf6af..65c9652 100644
--- a/kernel/include/paging.h
+++ b/kernel/include/paging.h
@@ -12,7 +12,7 @@
void load_pt_lvl4(uint64_t *);
void init_paging(void);
void map_addr(uint64_t virt, uint64_t phys, uint32_t flags);
-void page_fault(uint64_t error);
+void page_fault(uint64_t rsp, uint64_t error);
extern uint64_t __attribute__((aligned(4096))) page_table_lvl4[512];
extern uint64_t __attribute__((aligned(4096))) page_table_lvl3[512];