From fd4a02c90024b54a735ca9f158f73b90db7ad94b Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sun, 5 May 2002 08:16:10 +0000 Subject: [PATCH] Remove definition of struct ia64_fdesc. It's been moved to md_var.h --- sys/ia64/ia64/vm_machdep.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sys/ia64/ia64/vm_machdep.c b/sys/ia64/ia64/vm_machdep.c index d945ded6ab9..7a5c327da3f 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