summaryrefslogtreecommitdiff
path: root/firmware/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/system.c')
-rw-r--r--firmware/system.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/firmware/system.c b/firmware/system.c
index 7e7effe67d..921a7d2314 100644
--- a/firmware/system.c
+++ b/firmware/system.c
@@ -276,16 +276,6 @@ void irq(void)
276#endif 276#endif
277#endif /* BOOTLOADER */ 277#endif /* BOOTLOADER */
278 278
279unsigned int current_core(void)
280{
281 if((PROCESSOR_ID & 0xff) == PROC_ID_CPU)
282 {
283 return CPU;
284 }
285 return COP;
286}
287
288
289/* TODO: The following two function have been lifted straight from IPL, and 279/* TODO: The following two function have been lifted straight from IPL, and
290 hence have a lot of numeric addresses used straight. I'd like to use 280 hence have a lot of numeric addresses used straight. I'd like to use
291 #defines for these, but don't know what most of them are for or even what 281 #defines for these, but don't know what most of them are for or even what