Back out misfired extra file in r305108.
This commit is contained in:
parent
c9a124dc9a
commit
09c697016b
@ -1105,9 +1105,6 @@ __elfN(freebsd_fixup)(register_t **stack_base, struct image_params *imgp)
|
||||
AUXARGS_ENTRY(pos, AT_TIMEKEEP,
|
||||
imgp->sysent->sv_timekeep_base);
|
||||
}
|
||||
#ifdef AT_HWCAP
|
||||
AUXARGS_ENTRY(pos, AT_HWCAP, cpu_features);
|
||||
#endif
|
||||
AUXARGS_ENTRY(pos, AT_STACKPROT, imgp->sysent->sv_shared_page_obj
|
||||
!= NULL && imgp->stack_prot != 0 ? imgp->stack_prot :
|
||||
imgp->sysent->sv_stackprot);
|
||||
|
Loading…
x
Reference in New Issue
Block a user