Remove definition of struct ia64_fdesc. It's been moved to md_var.h

This commit is contained in:
Marcel Moolenaar 2002-05-05 08:16:10 +00:00
parent 8cc99b71a9
commit fd4a02c900
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96059

View File

@ -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