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>
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to