From 4488a95a5a301834f856cc4f86df4cb752610511 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 19 Dec 1995 17:48:59 +0000 Subject: from netbsd; disable interrupts at SYSMASK_ADDR --- sys/arch/atari/atari/locore.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') 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 -- cgit v1.2.3