svn commit: r305109 - head/sys/kern

Nathan Whitehorn nwhitehorn at FreeBSD.org
Wed Aug 31 04:03:56 UTC 2016


Author: nwhitehorn
Date: Wed Aug 31 04:03:55 2016
New Revision: 305109
URL: https://svnweb.freebsd.org/changeset/base/305109

Log:
  Back out misfired extra file in r305108.

Modified:
  head/sys/kern/imgact_elf.c

Modified: head/sys/kern/imgact_elf.c
==============================================================================
--- head/sys/kern/imgact_elf.c	Wed Aug 31 04:02:52 2016	(r305108)
+++ head/sys/kern/imgact_elf.c	Wed Aug 31 04:03:55 2016	(r305109)
@@ -1105,9 +1105,6 @@ __elfN(freebsd_fixup)(register_t **stack
 		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);


More information about the svn-src-head mailing list