msx2: update to scheduler change
authorAlan Cox <alan@linux.intel.com>
Thu, 29 Mar 2018 14:57:13 +0000 (15:57 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 29 Mar 2018 14:57:13 +0000 (15:57 +0100)
Kernel/platform-msx2/tricks.s

index 8ff22a3..c876037 100644 (file)
@@ -8,7 +8,7 @@
         .globl _getproc
         .globl _trap_monitor
         .globl trap_illegal
-        .globl _switchout
+        .globl _platform_switchout
         .globl _switchin
         .globl _doexec
         .globl _dofork
@@ -38,9 +38,8 @@ _ramtop:
 ; from switchout().
 ; 
 ; This function can have no arguments or auto variables.
-_switchout:
+_platform_switchout:
         di
-        call _chksigs
         ; save machine state
 
         ld hl, #0 ; return code set here is ignored, but _switchin can