summaryrefslogtreecommitdiff
path: root/firmware/target/arm/system-pp5002.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/system-pp5002.c')
-rw-r--r--firmware/target/arm/system-pp5002.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/firmware/target/arm/system-pp5002.c b/firmware/target/arm/system-pp5002.c
index 1b5cbdc762..08783280be 100644
--- a/firmware/target/arm/system-pp5002.c
+++ b/firmware/target/arm/system-pp5002.c
@@ -53,16 +53,6 @@ void irq(void)
53 53
54#endif 54#endif
55 55
56unsigned int current_core(void)
57{
58 if(((*(volatile unsigned long *)(0xc4000000)) & 0xff) == 0x55)
59 {
60 return CPU;
61 }
62 return COP;
63}
64
65
66/* TODO: The following two function have been lifted straight from IPL, and 56/* TODO: The following two function have been lifted straight from IPL, and
67 hence have a lot of numeric addresses used straight. I'd like to use 57 hence have a lot of numeric addresses used straight. I'd like to use
68 #defines for these, but don't know what most of them are for or even what 58 #defines for these, but don't know what most of them are for or even what