aboutsummaryrefslogtreecommitdiff
path: root/PL0_test.c
diff options
context:
space:
mode:
authorvetch <vetch97@gmail.com>2019-12-17 11:46:24 +0100
committervetch <vetch97@gmail.com>2019-12-17 11:46:24 +0100
commit0929e37e54cb7c52d8d3696a24aac5e421fb0660 (patch)
tree483083f97792cabdff053262fe7239ca3ea1a52a /PL0_test.c
parentf87b0105a0ac411b0d64d89a9ea92e9b07087aa2 (diff)
parent1a75b3f08e28876896ea90f85b1e8101ef55dd5d (diff)
downloadrpi-MMU-example-0929e37e54cb7c52d8d3696a24aac5e421fb0660.tar.gz
rpi-MMU-example-0929e37e54cb7c52d8d3696a24aac5e421fb0660.zip
Merge branch 'bob' of https://repo.or.cz/RPi-MMU-example into alice
# Conflicts: # Makefile # PL0_test.c # kernel.c # linker.ld
Diffstat (limited to 'PL0_test.c')
-rw-r--r--PL0_test.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/PL0_test.c b/PL0_test.c
index 2216436..32addf8 100644
--- a/PL0_test.c
+++ b/PL0_test.c
@@ -3,11 +3,6 @@
void PL0_main(void)
{
- uart_puts("hello PL0! Switching to user mode!\n\r");
-
- asm("cps #0b10000\n\r"
- "isb" ::: "memory");
-
// if all went correct, Success! gets printed
uart_puts("Success!\n\r");