summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2002-05-05 08:16:10 +0000
committermarcel <marcel@FreeBSD.org>2002-05-05 08:16:10 +0000
commit732ba1949d547f23a8b0d46724fd0b50d1cac31e (patch)
tree402e90a9dedb47c5ec20363c4056c194eed6f5df /sys/ia64
parent3be3cdadfafd56931f49e801b077e58955d05f60 (diff)
downloadFreeBSD-src-732ba1949d547f23a8b0d46724fd0b50d1cac31e.zip
FreeBSD-src-732ba1949d547f23a8b0d46724fd0b50d1cac31e.tar.gz
Remove definition of struct ia64_fdesc. It's been moved to md_var.h
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/ia64/vm_machdep.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/ia64/ia64/vm_machdep.c b/sys/ia64/ia64/vm_machdep.c
index d945ded..7a5c327 100644
--- a/sys/ia64/ia64/vm_machdep.c
+++ b/sys/ia64/ia64/vm_machdep.c
@@ -112,14 +112,6 @@ vm_fault_quick(v, prot)
return(r);
}
-struct ia64_fdesc {
- u_int64_t func;
- u_int64_t gp;
-};
-
-#define FDESC_FUNC(fn) (((struct ia64_fdesc *) fn)->func)
-#define FDESC_GP(fn) (((struct ia64_fdesc *) fn)->gp)
-
/*
* Finish a fork operation, with process p2 nearly set up.
* Copy and update the pcb, set up the stack so that the child
OpenPOWER on IntegriCloud