genie-eg64: need_resched needs to be common
authorAlan Cox <alan@linux.intel.com>
Tue, 8 Jan 2019 00:59:26 +0000 (00:59 +0000)
committerAlan Cox <alan@linux.intel.com>
Tue, 8 Jan 2019 00:59:26 +0000 (00:59 +0000)
Kernel/platform-genie-eg64/main.c
Kernel/platform-genie-eg64/trs80.s

index f3a854d..ecbb3ec 100644 (file)
@@ -9,7 +9,6 @@
 uint16_t ramtop = PROGTOP;
 uint8_t trs80_model;
 uint8_t vtattr_cap;
-uint8_t need_resched;
 
 /*
  *     Called when there is no work to do. On the models without serial
index e900834..a71bc15 100644 (file)
@@ -21,6 +21,7 @@
 
            .globl _trs80_model
            .globl _int_disabled
+           .globl _need_resched
 
            ; hard disk helpers
            .globl _hd_xfer_in
@@ -52,6 +53,9 @@
 _int_disabled:
            .db 1
 
+_need_resched:
+           .db 1
+
 _platform_monitor:
 monitor_spin:
            di