diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-19 17:48:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-19 17:48:59 +0000 |
commit | 4488a95a5a301834f856cc4f86df4cb752610511 (patch) | |
tree | 3a9b0905fa9c96347e254f3b9c4a05c100392c89 /sys | |
parent | 466acd186d7f8fd96e4fbd3cc9a2524ba2c03ee0 (diff) |
from netbsd; disable interrupts at SYSMASK_ADDR
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/atari/atari/locore.s | 4 |
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 |