svn commit: r327446 - head/sys/sparc64/sparc64

Ian Lepore ian at FreeBSD.org
Sun Dec 31 20:30:53 UTC 2017


Author: ian
Date: Sun Dec 31 20:30:51 2017
New Revision: 327446
URL: https://svnweb.freebsd.org/changeset/base/327446

Log:
  Chase r327432... sparc64 clock.c now needs to include sys/tslog.h
  
  Discussed with:	 cperciva

Modified:
  head/sys/sparc64/sparc64/clock.c

Modified: head/sys/sparc64/sparc64/clock.c
==============================================================================
--- head/sys/sparc64/sparc64/clock.c	Sun Dec 31 20:23:39 2017	(r327445)
+++ head/sys/sparc64/sparc64/clock.c	Sun Dec 31 20:30:51 2017	(r327446)
@@ -34,6 +34,7 @@ __FBSDID("$FreeBSD$");
 #include <sys/pcpu.h>
 #include <sys/proc.h>
 #include <sys/sched.h>
+#include <sys/tslog.h>
 
 #include <machine/cpu.h>
 #include <machine/cpufunc.h>


More information about the svn-src-all mailing list