summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2003-01-16 00:02:21 +0000
committerdillon <dillon@FreeBSD.org>2003-01-16 00:02:21 +0000
commitaba727244c613709f34584ebb620cba33b270aa8 (patch)
treee3cb42f591e5e313002c7ff53f9f04d2e262afbe /sys/ia64
parentbd6fdb8977d9154d972b0403fd08b7f1a258be6c (diff)
downloadFreeBSD-src-aba727244c613709f34584ebb620cba33b270aa8.zip
FreeBSD-src-aba727244c613709f34584ebb620cba33b270aa8.tar.gz
Merge all the various copies of vm_fault_quick() into a single
portable copy.
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/ia64/vm_machdep.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/sys/ia64/ia64/vm_machdep.c b/sys/ia64/ia64/vm_machdep.c
index d948835..63315f9 100644
--- a/sys/ia64/ia64/vm_machdep.c
+++ b/sys/ia64/ia64/vm_machdep.c
@@ -96,22 +96,6 @@
#include <i386/include/psl.h>
-/*
- * quick version of vm_fault
- */
-int
-vm_fault_quick(v, prot)
- caddr_t v;
- int prot;
-{
- int r;
- if (prot & VM_PROT_WRITE)
- r = subyte(v, fubyte(v));
- else
- r = fubyte(v);
- return(r);
-}
-
void
cpu_thread_exit(struct thread *td)
{
OpenPOWER on IntegriCloud