diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-08-29 02:02:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-08-29 02:02:27 +0000 |
commit | 41f14e555e358d9cdf112c5956c11fa73088fa2b (patch) | |
tree | a67745549f238aba486d7cba6a1ec2dbcc5ac104 /sys/arch/zaurus | |
parent | 6064330cafb2b636115f3c93cbf96d6d9667d38f (diff) |
put the bufq_restart() in the right place, so that a 2nd resume works.
how did noone notice for so long? tsk, tsk, tsk. of course, I broke it.
tested by jakemsr
Diffstat (limited to 'sys/arch/zaurus')
-rw-r--r-- | sys/arch/zaurus/dev/zaurus_apm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/zaurus/dev/zaurus_apm.c b/sys/arch/zaurus/dev/zaurus_apm.c index 422c53aba4a..af4dd49511a 100644 --- a/sys/arch/zaurus/dev/zaurus_apm.c +++ b/sys/arch/zaurus/dev/zaurus_apm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zaurus_apm.c,v 1.16 2010/07/20 12:23:02 deraadt Exp $ */ +/* $OpenBSD: zaurus_apm.c,v 1.17 2010/08/29 02:02:26 deraadt Exp $ */ /* * Copyright (c) 2005 Uwe Stuehler <uwe@bsdx.de> @@ -634,7 +634,6 @@ zapm_resume(struct pxa2x0_apm_softc *pxa_sc) #endif } - bufq_restart(); return (wakeup); } |