From 9a93ee5fe535a15bacc7818de3c8c974226e7d6a Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 2 Sep 2018 21:46:33 +0100 Subject: [PATCH] z80: Fix build for systems using the generic support --- Kernel/lib/z80fixedbank.s | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Kernel/lib/z80fixedbank.s b/Kernel/lib/z80fixedbank.s index 7f46c4fa..131c73cc 100644 --- a/Kernel/lib/z80fixedbank.s +++ b/Kernel/lib/z80fixedbank.s @@ -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 -- 2.34.1