cpu_wait() is now in vm_machdep_arm.c

This commit is contained in:
bjh21 2001-02-27 13:58:13 +00:00
parent cca742d0dd
commit 9a1c596b0b
1 changed files with 2 additions and 10 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: vm_machdep.c,v 1.12 2001/02/13 13:19:52 bjh21 Exp $ */
/* $NetBSD: vm_machdep.c,v 1.13 2001/02/27 13:58:13 bjh21 Exp $ */
/*-
* Copyright (c) 2000, 2001 Ben Harris
@ -66,7 +66,7 @@
#include <sys/param.h>
__RCSID("$NetBSD: vm_machdep.c,v 1.12 2001/02/13 13:19:52 bjh21 Exp $");
__RCSID("$NetBSD: vm_machdep.c,v 1.13 2001/02/27 13:58:13 bjh21 Exp $");
#include <sys/buf.h>
#include <sys/exec.h>
@ -171,14 +171,6 @@ cpu_exit(struct proc *p)
cpu_switch(p);
}
/* ARGSUSED */
void
cpu_wait(struct proc *p)
{
/* Nothing left for us to free... */
}
void
cpu_swapin(struct proc *p)
{