platform: fix various reboot exports
authorAlan Cox <alan@linux.intel.com>
Thu, 1 Oct 2015 20:43:06 +0000 (21:43 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 1 Oct 2015 20:43:06 +0000 (21:43 +0100)
Kernel/platform-n8vem-mark4/monitor.s
Kernel/platform-ubee/ubee.s
Kernel/platform-z80pack-lite/z80pack.s

index 83af254..de04c78 100644 (file)
@@ -3,6 +3,7 @@
                 .module monitor
                 .include "kernel.def"
                 .globl _trap_monitor
+               .globl _trap_reboot
                 .globl map_kernel
 
 ; -----------------------------------------------------------------------------
@@ -35,3 +36,6 @@ stacknext:      pop hl
                 djnz stacknext
                 halt
 .endif
+
+_trap_reboot:  ; TODO
+               jr _trap_monitor
index f9bde9a..1d39787 100644 (file)
@@ -26,6 +26,7 @@
 
             ; exported debugging tools
             .globl _trap_monitor
+            .globl _trap_reboot
             .globl outchar
 
             ; imported symbols
index 9b884ac..ecda199 100644 (file)
@@ -29,6 +29,7 @@
 
             ; exported debugging tools
             .globl _trap_monitor
+            .globl _trap_reboot
             .globl outchar
 
             ; imported symbols