Make this compile again.
This commit is contained in:
parent
2a68b2b9b1
commit
35e2087b84
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: stubs.c,v 1.9 2002/03/06 13:10:20 tsutsui Exp $ */
|
||||
/* $NetBSD: stubs.c,v 1.10 2002/03/24 21:46:28 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994-1998 Mark Brinicombe.
|
||||
|
@ -104,7 +104,7 @@ cpu_dumpconf()
|
|||
|
||||
/* This should be moved to machdep.c */
|
||||
|
||||
extern pagehook_t page_hook0;
|
||||
extern char *memhook; /* XXX */
|
||||
|
||||
/*
|
||||
* Doadump comes here after turning off memory management and
|
||||
|
@ -142,7 +142,7 @@ dumpsys()
|
|||
minor(dumpdev), dumplo);
|
||||
|
||||
blkno = dumplo;
|
||||
dumpspace = page_hook0.va;
|
||||
dumpspace = (vaddr_t) memhook;
|
||||
|
||||
psize = (*bdevsw[major(dumpdev)].d_psize)(dumpdev);
|
||||
printf("dump ");
|
||||
|
|
Loading…
Reference in New Issue