diff options
| author | thorpej <thorpej@NetBSD.org> | 2001-04-12 20:38:25 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2001-04-12 20:38:25 +0000 |
| commit | 67e357f0a99bb3756a129a3e42ea13be0d6dba0d (patch) | |
| tree | ae5022d9ea73928f0014dc75403e43ffe2fd63c4 /sys/dev | |
| parent | 242cca702b625875fc3d5a8afde40e779dca81fe (diff) | |
splimp -> splvm.
This, like all other uses of spl*() in VAX code, needs to be
scrutinized.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/bi/if_ni.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/bi/if_ni.c b/sys/dev/bi/if_ni.c index 8a13d4b4801..09e29af265d 100644 --- a/sys/dev/bi/if_ni.c +++ b/sys/dev/bi/if_ni.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_ni.c,v 1.8 2000/12/14 07:02:53 thorpej Exp $ */ +/* $NetBSD: if_ni.c,v 1.9 2001/04/12 20:38:25 thorpej Exp $ */ /* * Copyright (c) 2000 Ludd, University of Lule}, Sweden. All rights reserved. * @@ -344,7 +344,7 @@ niattach(parent, self, aux) #if NBPG < 4096 #error pagesize too small #endif - s = splimp(); + s = splvm(); /* Set up message free queue */ ni_getpgs(sc, NMSGBUF * 512, &va, 0); for (i = 0; i < NMSGBUF; i++) { |
