From: Alan Cox Date: Fri, 21 Nov 2014 23:20:43 +0000 (+0000) Subject: nc100: Update to put platform _kernel_flag in common X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e8b8ef2d56fbed0a9fcdf813cbd6a89bb639f062;p=FUZIX.git nc100: Update to put platform _kernel_flag in common --- diff --git a/Kernel/platform-nc100/nc100.s b/Kernel/platform-nc100/nc100.s index bbc0aee4..267057e7 100644 --- a/Kernel/platform-nc100/nc100.s +++ b/Kernel/platform-nc100/nc100.s @@ -14,6 +14,7 @@ .globl map_process_always .globl map_save .globl map_restore + .globl _kernel_flag ; for the PCMCIA disc driver .globl _rd_memcpy @@ -247,7 +248,12 @@ map_save: map_savearea: .db 0,0,0,0 - + +; +; has to live in common +; +_kernel_flag: + .db 1 ; outchar: Wait for UART TX idle, then print the char in A ; destroys: AF