diff options
| author | 2002-04-28 03:51:19 +0000 | |
|---|---|---|
| committer | 2002-04-28 03:51:19 +0000 | |
| commit | bc371eb782344e78f9692d4a1bc8cd60cd48cda7 (patch) | |
| tree | a2bfd3dcbdd31d15089237b580629027f6b4e1b1 /sys/arch/sparc/dev/cs4231.c | |
| parent | ip6 corrections; pb@sysfive.com (diff) | |
| download | wireguard-openbsd-bc371eb782344e78f9692d4a1bc8cd60cd48cda7.tar.xz wireguard-openbsd-bc371eb782344e78f9692d4a1bc8cd60cd48cda7.zip | |
Rename all PIL_* constants to IPL_* to match other archs and make them
usable in MD code in the future.
deraadt@ ok
Diffstat (limited to 'sys/arch/sparc/dev/cs4231.c')
| -rw-r--r-- | sys/arch/sparc/dev/cs4231.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/cs4231.c b/sys/arch/sparc/dev/cs4231.c index f3f4d924ada..b8199ad859b 100644 --- a/sys/arch/sparc/dev/cs4231.c +++ b/sys/arch/sparc/dev/cs4231.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cs4231.c,v 1.13 2002/03/14 03:15:59 millert Exp $ */ +/* $OpenBSD: cs4231.c,v 1.14 2002/04/28 03:51:19 art Exp $ */ /* * Copyright (c) 1999 Jason L. Wright (jason@thought.net) @@ -241,7 +241,7 @@ cs4231_attach(parent, self, aux) sc->sc_ih.ih_arg = sc; intr_establish(ca->ca_ra.ra_intr[0].int_pri, &sc->sc_ih); - printf(" pri %d, softpri %d\n", pri, PIL_AUSOFT); + printf(" pri %d, softpri %d\n", pri, IPL_AUSOFT); evcnt_attach(&sc->sc_dev, "intr", &sc->sc_intrcnt); |
