summaryrefslogtreecommitdiffstats
path: root/arch/sparc/mm/asyncd.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/mm/asyncd.c')
-rw-r--r--arch/sparc/mm/asyncd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sparc/mm/asyncd.c b/arch/sparc/mm/asyncd.c
index 666bf8429..1ae532b7c 100644
--- a/arch/sparc/mm/asyncd.c
+++ b/arch/sparc/mm/asyncd.c
@@ -1,4 +1,4 @@
-/* $Id: asyncd.c,v 1.12 1998/09/13 04:30:30 davem Exp $
+/* $Id: asyncd.c,v 1.13 1999/05/12 11:11:34 davem Exp $
* The asyncd kernel daemon. This handles paging on behalf of
* processes that receive page faults due to remote (async) memory
* accesses.
@@ -39,7 +39,7 @@ static struct {
/*
* The wait queue for waking up the async daemon:
*/
-static struct wait_queue * asyncd_wait = NULL;
+static DECLARE_WAIT_QUEUE_HEAD(asyncd_wait);
struct async_job {
volatile struct async_job *next;