From e61d6bdb82d2e1c5761912b5dd17630dcaaf0f83 Mon Sep 17 00:00:00 2001 From: is Date: Thu, 16 Apr 1998 21:28:00 +0000 Subject: [PATCH] Dont define splserial here... its now different from spltty. --- sys/arch/amiga/include/intr.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/arch/amiga/include/intr.h b/sys/arch/amiga/include/intr.h index 4bacbf78e713..f40a1e1ca3d7 100644 --- a/sys/arch/amiga/include/intr.h +++ b/sys/arch/amiga/include/intr.h @@ -1,4 +1,4 @@ -/* $NetBSD: intr.h,v 1.3 1997/10/27 22:13:25 is Exp $ */ +/* $NetBSD: intr.h,v 1.4 1998/04/16 21:28:00 is Exp $ */ /* * Copyright (c) 1997 Ignatios Souvatzis. @@ -47,7 +47,6 @@ #define __GENERIC_SOFT_INTERRUPTS #define IPL_SOFTSERIAL 1 -#define splserial spltty #ifdef splaudio #undef splaudio