Remove definition of struct ia64_fdesc. It's been moved to md_var.h
This commit is contained in:
parent
8cc99b71a9
commit
fd4a02c900
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user