z80: Fix build for systems using the generic support
authorAlan Cox <alan@linux.intel.com>
Sun, 2 Sep 2018 20:46:33 +0000 (21:46 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 2 Sep 2018 20:46:33 +0000 (21:46 +0100)
Kernel/lib/z80fixedbank.s

index 7f46c4f..131c73c 100644 (file)
@@ -33,18 +33,3 @@ bankfork_1:
        pop bc
        djnz bankfork_1         ; rinse, repeat
        ret
-
-;
-;      For the moment
-;
-bouncebuffer:
-       .ds 256
-;
-;      We can keep a stack in common because we will complete our
-;      use of it before we switch common block. In this case we have
-;      a true common so it's even easier. This can share with the bounce
-;      buffer used by bankfork as we won't switchin mid way through the
-;      banked fork() call.
-;
-_swapstack:
-_need_resched: .db 0