Remove ancient spl* variants no longer used

This commit is contained in:
martin 2013-08-18 09:31:38 +00:00
parent 5fa6204d61
commit 6e62732fa1

View File

@ -1,4 +1,4 @@
/* $NetBSD: psl.h,v 1.52 2012/11/09 10:05:59 nakayama Exp $ */
/* $NetBSD: psl.h,v 1.53 2013/08/18 09:31:38 martin Exp $ */
/*
* Copyright (c) 1992, 1993
@ -486,21 +486,7 @@ SPLHOLD(splfdsoft, PIL_FDSOFT)
*/
SPLHOLD(splvm, PIL_VM)
/* fd hardware interrupts are at level 11 */
SPLHOLD(splfd, PIL_FD)
/* zs hardware interrupts are at level 12 */
SPLHOLD(splzs, PIL_SER)
SPLHOLD(splserial, PIL_SER)
/* audio hardware interrupts are at level 13 */
SPLHOLD(splaudio, PIL_AUD)
/* second sparc timer interrupts at level 14 */
SPLHOLD(splstatclock, PIL_STATCLOCK)
SPLHOLD(splsched, PIL_SCHED)
SPLHOLD(spllock, PIL_LOCK)
SPLHOLD(splhigh, PIL_HIGH)