diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2013-11-14 12:24:19 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2013-11-14 12:24:19 +0000 |
commit | d2a95eecc685b61b97ff60c73a7d1d154cd4ac53 (patch) | |
tree | 7e65bcd1545f53ee4f211fd494cf992dd6a73f33 /sys/dev/ic/pgtvar.h | |
parent | 6b96931fa4095980a33cb4f66e44c65b93b1b412 (diff) |
replace workqs with tasks for handling resume
from kimberley manning
Diffstat (limited to 'sys/dev/ic/pgtvar.h')
-rw-r--r-- | sys/dev/ic/pgtvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/pgtvar.h b/sys/dev/ic/pgtvar.h index c3c536b329c..ef50f7b1b41 100644 --- a/sys/dev/ic/pgtvar.h +++ b/sys/dev/ic/pgtvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pgtvar.h,v 1.14 2011/07/03 21:11:33 dhill Exp $ */ +/* $OpenBSD: pgtvar.h,v 1.15 2013/11/14 12:24:18 dlg Exp $ */ /* * Copyright (c) 2006 Claudio Jeker <claudio@openbsd.org> @@ -209,7 +209,7 @@ struct pgt_softc { int sc_txtap_len; #endif - struct workq_task sc_resume_wqt; + struct task sc_resume_t; }; int pgt_intr(void *); |