Put back a `#if defined(SUN4M)' for now.

This commit is contained in:
pk 1996-05-30 00:57:35 +00:00
parent e86275a0b6
commit 9a9cf8c3f5
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: zs.c,v 1.40 1996/05/29 21:45:28 pk Exp $ */
/* $NetBSD: zs.c,v 1.41 1996/05/30 00:57:35 pk Exp $ */
/*
* Copyright (c) 1992, 1993
@ -842,9 +842,11 @@ zshard(intrarg)
}
}
#if defined(SUN4M)
if (CPU_ISSUN4M)
raise(0, PIL_TTY);
else
#endif
ienab_bis(IE_ZSSOFT);
}
return (intflags & ZSHARD_WAS_SERVICED);