aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <kwojtus@protonmail.com>2019-11-11 12:27:54 +0100
committerWojtek Kosior <kwojtus@protonmail.com>2019-11-11 12:27:54 +0100
commitc0ef6a1b3b873fa9a904e110eb5d558a0d9b4891 (patch)
tree337612c59c0f8692204a0844e170736fe9fc0523
parent88cef7dc92e9fad24602ffce32a72f10a71def90 (diff)
downloadrpi-MMU-example-c0ef6a1b3b873fa9a904e110eb5d558a0d9b4891.tar.gz
rpi-MMU-example-c0ef6a1b3b873fa9a904e110eb5d558a0d9b4891.zip
rename cpsr.h -> psr.h
-rw-r--r--kernel.c2
-rw-r--r--psr.h (renamed from cpsr.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/kernel.c b/kernel.c
index e087ccc..40b8a01 100644
--- a/kernel.c
+++ b/kernel.c
@@ -1,5 +1,5 @@
#include "uart.h"
-#include "cpsr.h"
+#include "psr.h"
#include "strings.h"
#include "translation_table_descriptors.h"
#include "cp_regs.h"
diff --git a/cpsr.h b/psr.h
index 327bdf0..327bdf0 100644
--- a/cpsr.h
+++ b/psr.h