Include file updates.. <machine/spl.h> -> <machine/ipl.h>, add

<machine/ipl.h> to those files that were depending on getting SWI_*
implicitly via <machine/cpufunc.h>
This commit is contained in:
Peter Wemm 1997-05-31 09:27:31 +00:00
parent 49c6ff7dc2
commit 5400ed3b2f
19 changed files with 41 additions and 28 deletions

View file

@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: swtch.s,v 1.49 1997/04/28 08:39:48 fsmp Exp $
* $Id: swtch.s,v 1.50 1997/05/29 05:11:11 peter Exp $
*/
#include "npx.h"
@ -43,7 +43,7 @@
#include <sys/rtprio.h>
#include <machine/asmacros.h>
#include <machine/spl.h>
#include <machine/ipl.h>
#include <machine/smpasm.h>
#include <machine/smptests.h> /** TEST_LOPRIO */

View file

@ -30,13 +30,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: exception.s,v 1.27 1997/05/26 18:00:34 fsmp Exp $
* $Id: exception.s,v 1.28 1997/05/29 05:11:09 peter Exp $
*/
#include "npx.h" /* NNPX */
#include "assym.s" /* system defines */
#include <sys/errno.h> /* error return codes */
#include <machine/spl.h> /* SWI_AST_MASK ... */
#include <machine/ipl.h> /* SWI_AST_MASK ... */
#include <machine/psl.h> /* PSL_I */
#include <machine/trap.h> /* trap codes */
#include <sys/syscall.h> /* syscall numbers */

View file

@ -30,13 +30,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: exception.s,v 1.27 1997/05/26 18:00:34 fsmp Exp $
* $Id: exception.s,v 1.28 1997/05/29 05:11:09 peter Exp $
*/
#include "npx.h" /* NNPX */
#include "assym.s" /* system defines */
#include <sys/errno.h> /* error return codes */
#include <machine/spl.h> /* SWI_AST_MASK ... */
#include <machine/ipl.h> /* SWI_AST_MASK ... */
#include <machine/psl.h> /* PSL_I */
#include <machine/trap.h> /* trap codes */
#include <sys/syscall.h> /* syscall numbers */

View file

@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
* $Id: npx.c,v 1.42 1997/04/26 11:46:03 peter Exp $
* $Id: npx.c,v 1.43 1997/05/07 19:58:13 peter Exp $
*/
#include "npx.h"
@ -56,8 +56,9 @@
#include <machine/asmacros.h>
#include <machine/cpu.h>
#include <machine/pcb.h>
#include <machine/ipl.h>
#include <machine/md_var.h>
#include <machine/pcb.h>
#include <machine/trap.h>
#include <machine/clock.h>
#include <machine/specialreg.h>

View file

@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: swtch.s,v 1.49 1997/04/28 08:39:48 fsmp Exp $
* $Id: swtch.s,v 1.50 1997/05/29 05:11:11 peter Exp $
*/
#include "npx.h"
@ -43,7 +43,7 @@
#include <sys/rtprio.h>
#include <machine/asmacros.h>
#include <machine/spl.h>
#include <machine/ipl.h>
#include <machine/smpasm.h>
#include <machine/smptests.h> /** TEST_LOPRIO */

View file

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)trap.c 7.4 (Berkeley) 5/13/91
* $Id: trap.c,v 1.95 1997/05/07 20:08:53 peter Exp $
* $Id: trap.c,v 1.96 1997/05/29 05:04:30 peter Exp $
*/
/*
@ -71,6 +71,7 @@
#include <sys/user.h>
#include <machine/cpu.h>
#include <machine/ipl.h>
#include <machine/md_var.h>
#include <machine/psl.h>
#include <machine/reg.h>

View file

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
* $Id: clock.c,v 1.84 1997/05/25 16:55:25 fsmp Exp $
* $Id: clock.c,v 1.85 1997/05/29 05:00:35 peter Exp $
*/
/*
@ -63,6 +63,7 @@
#endif
#include <machine/cpu.h>
#include <machine/frame.h>
#include <machine/ipl.h>
#include <i386/isa/icu.h>
#include <i386/isa/isa.h>

View file

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
* $Id: clock.c,v 1.84 1997/05/25 16:55:25 fsmp Exp $
* $Id: clock.c,v 1.85 1997/05/29 05:00:35 peter Exp $
*/
/*
@ -63,6 +63,7 @@
#endif
#include <machine/cpu.h>
#include <machine/frame.h>
#include <machine/ipl.h>
#include <i386/isa/icu.h>
#include <i386/isa/isa.h>

View file

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
* $Id: isa.c,v 1.86 1997/05/29 04:55:39 peter Exp $
* $Id: isa.c,v 1.87 1997/05/29 05:56:12 fsmp Exp $
*/
/*
@ -54,6 +54,7 @@
#include <sys/buf.h>
#include <sys/syslog.h>
#include <sys/malloc.h>
#include <machine/ipl.h>
#include <machine/md_var.h>
#include <machine/segments.h>
#if defined(APIC_IO)

View file

@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
* $Id: npx.c,v 1.42 1997/04/26 11:46:03 peter Exp $
* $Id: npx.c,v 1.43 1997/05/07 19:58:13 peter Exp $
*/
#include "npx.h"
@ -56,8 +56,9 @@
#include <machine/asmacros.h>
#include <machine/cpu.h>
#include <machine/pcb.h>
#include <machine/ipl.h>
#include <machine/md_var.h>
#include <machine/pcb.h>
#include <machine/trap.h>
#include <machine/clock.h>
#include <machine/specialreg.h>

View file

@ -30,13 +30,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: exception.s,v 1.27 1997/05/26 18:00:34 fsmp Exp $
* $Id: exception.s,v 1.28 1997/05/29 05:11:09 peter Exp $
*/
#include "npx.h" /* NNPX */
#include "assym.s" /* system defines */
#include <sys/errno.h> /* error return codes */
#include <machine/spl.h> /* SWI_AST_MASK ... */
#include <machine/ipl.h> /* SWI_AST_MASK ... */
#include <machine/psl.h> /* PSL_I */
#include <machine/trap.h> /* trap codes */
#include <sys/syscall.h> /* syscall numbers */

View file

@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: swtch.s,v 1.49 1997/04/28 08:39:48 fsmp Exp $
* $Id: swtch.s,v 1.50 1997/05/29 05:11:11 peter Exp $
*/
#include "npx.h"
@ -43,7 +43,7 @@
#include <sys/rtprio.h>
#include <machine/asmacros.h>
#include <machine/spl.h>
#include <machine/ipl.h>
#include <machine/smpasm.h>
#include <machine/smptests.h> /** TEST_LOPRIO */

View file

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)trap.c 7.4 (Berkeley) 5/13/91
* $Id: trap.c,v 1.95 1997/05/07 20:08:53 peter Exp $
* $Id: trap.c,v 1.96 1997/05/29 05:04:30 peter Exp $
*/
/*
@ -71,6 +71,7 @@
#include <sys/user.h>
#include <machine/cpu.h>
#include <machine/ipl.h>
#include <machine/md_var.h>
#include <machine/psl.h>
#include <machine/reg.h>

View file

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
* $Id: clock.c,v 1.84 1997/05/25 16:55:25 fsmp Exp $
* $Id: clock.c,v 1.85 1997/05/29 05:00:35 peter Exp $
*/
/*
@ -63,6 +63,7 @@
#endif
#include <machine/cpu.h>
#include <machine/frame.h>
#include <machine/ipl.h>
#include <i386/isa/icu.h>
#include <i386/isa/isa.h>

View file

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
* $Id: clock.c,v 1.84 1997/05/25 16:55:25 fsmp Exp $
* $Id: clock.c,v 1.85 1997/05/29 05:00:35 peter Exp $
*/
/*
@ -63,6 +63,7 @@
#endif
#include <machine/cpu.h>
#include <machine/frame.h>
#include <machine/ipl.h>
#include <i386/isa/icu.h>
#include <i386/isa/isa.h>

View file

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
* $Id: isa.c,v 1.86 1997/05/29 04:55:39 peter Exp $
* $Id: isa.c,v 1.87 1997/05/29 05:56:12 fsmp Exp $
*/
/*
@ -54,6 +54,7 @@
#include <sys/buf.h>
#include <sys/syslog.h>
#include <sys/malloc.h>
#include <machine/ipl.h>
#include <machine/md_var.h>
#include <machine/segments.h>
#if defined(APIC_IO)

View file

@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
* $Id: npx.c,v 1.42 1997/04/26 11:46:03 peter Exp $
* $Id: npx.c,v 1.43 1997/05/07 19:58:13 peter Exp $
*/
#include "npx.h"
@ -56,8 +56,9 @@
#include <machine/asmacros.h>
#include <machine/cpu.h>
#include <machine/pcb.h>
#include <machine/ipl.h>
#include <machine/md_var.h>
#include <machine/pcb.h>
#include <machine/trap.h>
#include <machine/clock.h>
#include <machine/specialreg.h>

View file

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
* $Id: clock.c,v 1.84 1997/05/25 16:55:25 fsmp Exp $
* $Id: clock.c,v 1.85 1997/05/29 05:00:35 peter Exp $
*/
/*
@ -63,6 +63,7 @@
#endif
#include <machine/cpu.h>
#include <machine/frame.h>
#include <machine/ipl.h>
#include <i386/isa/icu.h>
#include <i386/isa/isa.h>

View file

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)trap.c 7.4 (Berkeley) 5/13/91
* $Id: trap.c,v 1.95 1997/05/07 20:08:53 peter Exp $
* $Id: trap.c,v 1.96 1997/05/29 05:04:30 peter Exp $
*/
/*
@ -71,6 +71,7 @@
#include <sys/user.h>
#include <machine/cpu.h>
#include <machine/ipl.h>
#include <machine/md_var.h>
#include <machine/psl.h>
#include <machine/reg.h>