rc2014: fix a typo
authorAlan Cox <alan@linux.intel.com>
Mon, 1 Oct 2018 12:40:21 +0000 (13:40 +0100)
committerAlan Cox <alan@linux.intel.com>
Mon, 1 Oct 2018 12:40:21 +0000 (13:40 +0100)
Kernel/platform-rc2014/tricks.s

index f9fc266..ebb0958 100644 (file)
@@ -109,7 +109,7 @@ _switchin:
 
         ; enable interrupts, if the ISR isn't already running
         ld a, (U_DATA__U_ININTERRUPT)
-       ld (_int_disable),a
+       ld (_int_disabled),a
         or a
         ret nz ; in ISR, leave interrupts off
         ei