v65c816: remove dead code
authorAlan Cox <alan@linux.intel.com>
Sat, 23 Sep 2017 17:57:48 +0000 (18:57 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 23 Sep 2017 17:57:48 +0000 (18:57 +0100)
Kernel/platform-v65c816/v65.s

index 1a0c152..9b73065 100644 (file)
@@ -129,21 +129,6 @@ outchar:
        sta $0000FE20
        rts
 
-;
-;      Code that will live in each bank
-;
-       .segment "STUBS"
-sigret:
-       pla             ; Unstack the syscall return pieces
-       tax
-       pla
-       tay
-       pla
-       plp             ; from original stack frame
-       rts
-
-; FIXME: add sig ret interrupt path
-
 
 ;
 ;      I/O logic