Use <arm/arm32/psl.h>, not <machine/psl.h>.

This commit is contained in:
thorpej 2001-11-26 20:51:57 +00:00
parent 87f09650f1
commit 0ca43a5fde
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: spl.S,v 1.2 2001/09/28 10:01:02 chris Exp $ */
/* $NetBSD: spl.S,v 1.3 2001/11/26 20:51:57 thorpej Exp $ */
/*
* Copyright (c) 1996-1998 Mark Brinicombe.
@ -39,7 +39,7 @@
*/
#include "assym.h"
#include <machine/psl.h>
#include <arm/arm32/psl.h>
#include <machine/asm.h>
.text

View File

@ -1,4 +1,4 @@
/* $NetBSD: spl.S,v 1.4 2001/05/14 16:19:30 toshii Exp $ */
/* $NetBSD: spl.S,v 1.5 2001/11/26 20:51:57 thorpej Exp $ */
/*
* Copyright (c) 1996-1998 Mark Brinicombe.
@ -39,7 +39,7 @@
*/
#include "assym.h"
#include <machine/psl.h>
#include <arm/arm32/psl.h>
#include <machine/asm.h>
#include <machine/cpu.h>