nc100: Update to put platform _kernel_flag in common
authorAlan Cox <alan@etchedpixels.co.uk>
Fri, 21 Nov 2014 23:20:43 +0000 (23:20 +0000)
committerAlan Cox <alan@etchedpixels.co.uk>
Fri, 21 Nov 2014 23:20:43 +0000 (23:20 +0000)
Kernel/platform-nc100/nc100.s

index bbc0aee..267057e 100644 (file)
@@ -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