lowlevel-z80: removed dead symbol import
authorAlan Cox <alan@linux.intel.com>
Tue, 7 Aug 2018 23:05:58 +0000 (00:05 +0100)
committerAlan Cox <alan@linux.intel.com>
Tue, 7 Aug 2018 23:05:58 +0000 (00:05 +0100)
Kernel/lowlevel-z80-banked.s
Kernel/lowlevel-z80.s

index 6e438a7..2ea3108 100644 (file)
@@ -35,7 +35,6 @@
        .globl _platform_switchout
 
         ; exported symbols
-       .globl _chksigs
        .globl null_handler
        .globl unix_syscall_entry
         .globl _doexec
@@ -49,6 +48,7 @@
        .globl _out
 
         ; imported symbols
+       .globl _chksigs
         .globl _platform_monitor
         .globl _unix_syscall
         .globl outstring
index 0096179..e6f3df4 100644 (file)
@@ -35,7 +35,6 @@
        .globl _platform_switchout
 
         ; exported symbols
-       .globl _chksigs
        .globl null_handler
        .globl unix_syscall_entry
         .globl _doexec
@@ -51,6 +50,7 @@
        .globl mmu_irq_ret
 
         ; imported symbols
+       .globl _chksigs
         .globl _platform_monitor
         .globl _unix_syscall
         .globl outstring