summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/dev
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2004-06-11 12:53:10 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2004-06-11 12:53:10 +0000
commit1a0c47b4358d42520b062ae6c4f3ceba9e9dcb8a (patch)
tree66a078e71cc2ebf64cb12c982e363fc17b1c549a /sys/arch/hppa/dev
parente91802aa61f7b372d903fdf65dc6d42ed1ccccaf (diff)
better name for power thread (for power users only)
Diffstat (limited to 'sys/arch/hppa/dev')
-rw-r--r--sys/arch/hppa/dev/power.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/dev/power.c b/sys/arch/hppa/dev/power.c
index ff2e98481d2..132d0f9f16f 100644
--- a/sys/arch/hppa/dev/power.c
+++ b/sys/arch/hppa/dev/power.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: power.c,v 1.4 2003/12/20 21:49:04 miod Exp $ */
+/* $OpenBSD: power.c,v 1.5 2004/06/11 12:53:09 mickey Exp $ */
/*
* Copyright (c) 2003 Michael Shalayeff
@@ -132,7 +132,7 @@ power_thread_create(void *v)
struct power_softc *sc = v;
if (kthread_create(sc->sc_kicker, sc, &sc->sc_thread,
- "powerbutton"))
+ sc->sc_dev.dv_xname))
printf("WARNING: failed to create kernel power thread\n");
}