summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1995-12-19 17:48:58 +0000
committerderaadt <deraadt@openbsd.org>1995-12-19 17:48:58 +0000
commit1ef005db1c30b709fccd59d34465c93ad4609b44 (patch)
tree2321ee990e3579822af91c79e52a027cd7e58953
parentfrom netbsd: tv_sec isn't a time_t, but a long. this causes some problems.. (diff)
downloadwireguard-openbsd-1ef005db1c30b709fccd59d34465c93ad4609b44.tar.xz
wireguard-openbsd-1ef005db1c30b709fccd59d34465c93ad4609b44.zip
from netbsd; disable interrupts at SYSMASK_ADDR
-rw-r--r--sys/arch/atari/atari/locore.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/atari/atari/locore.s b/sys/arch/atari/atari/locore.s
index 9df163961f5..5a012e68d2e 100644
--- a/sys/arch/atari/atari/locore.s
+++ b/sys/arch/atari/atari/locore.s
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.13 1995/12/16 21:40:31 leo Exp $ */
+/* $NetBSD: locore.s,v 1.14 1995/12/18 20:40:59 leo Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -610,7 +610,7 @@ _lev7intr:
* the hardware modification has no de-bouncing logic....
*/
movb SYSMASK_ADDR, sp@- | save current sysmask
- movb #0, 0xff8e01 | disable all interrupts
+ movb #0, SYSMASK_ADDR | disable all interrupts
trap #15 | drop into the debugger
movb sp@+, SYSMASK_ADDR | restore sysmask
#endif