mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove definition of struct ia64_fdesc. It's been moved to md_var.h
This commit is contained in:
parent
8cc99b71a9
commit
fd4a02c900
1 changed files with 0 additions and 8 deletions
|
|
@ -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…
Reference in a new issue