diff options
-rw-r--r-- | sys/dev/hil/hil.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/hil/hil.c b/sys/dev/hil/hil.c index 8888fe226e2..3d48f8daca3 100644 --- a/sys/dev/hil/hil.c +++ b/sys/dev/hil/hil.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hil.c,v 1.23 2006/12/16 20:07:13 miod Exp $ */ +/* $OpenBSD: hil.c,v 1.24 2010/11/20 16:45:46 miod Exp $ */ /* * Copyright (c) 2003, 2004, Miodrag Vallat. * All rights reserved. @@ -465,6 +465,7 @@ hil_thread(void *arg) hilempty(sc); break; } + splx(s); } } |