svn commit: r275639 - head/sys/arm/arm

Andrew Turner andrew at FreeBSD.org
Tue Dec 9 10:21:32 UTC 2014


Author: andrew
Date: Tue Dec  9 10:21:31 2014
New Revision: 275639
URL: https://svnweb.freebsd.org/changeset/base/275639

Log:
  Include sys/kernel.h to pick up the definition of hz. subr_syscall.c uses
  it after r275616.
  
  X-MFC with:	r275616

Modified:
  head/sys/arm/arm/syscall.c

Modified: head/sys/arm/arm/syscall.c
==============================================================================
--- head/sys/arm/arm/syscall.c	Tue Dec  9 10:00:47 2014	(r275638)
+++ head/sys/arm/arm/syscall.c	Tue Dec  9 10:21:31 2014	(r275639)
@@ -84,6 +84,7 @@ __FBSDID("$FreeBSD$");
 
 #include <sys/param.h>
 #include <sys/systm.h>
+#include <sys/kernel.h>
 #include <sys/proc.h>
 #include <sys/lock.h>
 #include <sys/mutex.h>


More information about the svn-src-head mailing list