svn commit: r334260 - head/sys/powerpc/powerpc

Justin Hibbits jhibbits at FreeBSD.org
Sun May 27 20:36:45 UTC 2018


Author: jhibbits
Date: Sun May 27 20:36:43 2018
New Revision: 334260
URL: https://svnweb.freebsd.org/changeset/base/334260

Log:
  Match style of the other prototypes, and don't name the argument.

Modified:
  head/sys/powerpc/powerpc/cpu.c

Modified: head/sys/powerpc/powerpc/cpu.c
==============================================================================
--- head/sys/powerpc/powerpc/cpu.c	Sun May 27 20:24:24 2018	(r334259)
+++ head/sys/powerpc/powerpc/cpu.c	Sun May 27 20:36:43 2018	(r334260)
@@ -91,7 +91,7 @@ static void	cpu_idle_60x(sbintime_t);
 static void	cpu_idle_booke(sbintime_t);
 #if defined(__powerpc64__) && defined(AIM)
 static void	cpu_idle_powerx(sbintime_t);
-static void	cpu_idle_power9(sbintime_t sbt);
+static void	cpu_idle_power9(sbintime_t);
 #endif
 
 struct cputab {


More information about the svn-src-head mailing list