patch-2.3.1 linux/arch/sparc64/mm/asyncd.c
Next file: linux/arch/sparc64/solaris/fs.c
Previous file: linux/arch/sparc64/kernel/init_task.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Wed May 12 08:41:12 1999
- Orig file:
v2.3.0/linux/arch/sparc64/mm/asyncd.c
- Orig date:
Sun Oct 4 10:22:43 1998
diff -u --recursive --new-file v2.3.0/linux/arch/sparc64/mm/asyncd.c linux/arch/sparc64/mm/asyncd.c
@@ -1,4 +1,4 @@
-/* $Id: asyncd.c,v 1.5 1998/09/13 04:30:33 davem Exp $
+/* $Id: asyncd.c,v 1.6 1999/05/12 11:11:48 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 @@
/*
* 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;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)