svn commit: r247075 - projects/pmac_pmu/sys/powerpc/powermac

Justin Hibbits jhibbits at FreeBSD.org
Thu Feb 21 05:08:22 UTC 2013


Author: jhibbits
Date: Thu Feb 21 05:08:21 2013
New Revision: 247075
URL: http://svnweb.freebsd.org/changeset/base/247075

Log:
  Fix build.

Modified:
  projects/pmac_pmu/sys/powerpc/powermac/pmu.c
  projects/pmac_pmu/sys/powerpc/powermac/uninorth.c

Modified: projects/pmac_pmu/sys/powerpc/powermac/pmu.c
==============================================================================
--- projects/pmac_pmu/sys/powerpc/powermac/pmu.c	Thu Feb 21 04:44:46 2013	(r247074)
+++ projects/pmac_pmu/sys/powerpc/powermac/pmu.c	Thu Feb 21 05:08:21 2013	(r247075)
@@ -1197,12 +1197,10 @@ pmu_set_speed(int high_speed)
 		sleepcmd[4] = 1;
 
 	pmu_send(sc, PMU_CPU_SPEED, 5, sleepcmd, 16, resp);
-	pmu_print_registers();
 	unin_chip_sleep(NULL, 1);
 	pmu_sleep_int();
 	unin_chip_resume(NULL);
 
-	pmu_print_registers();
 	spinlock_exit();
 	pmu_write_reg(sc, vIER, 0x90);
 

Modified: projects/pmac_pmu/sys/powerpc/powermac/uninorth.c
==============================================================================
--- projects/pmac_pmu/sys/powerpc/powermac/uninorth.c	Thu Feb 21 04:44:46 2013	(r247074)
+++ projects/pmac_pmu/sys/powerpc/powermac/uninorth.c	Thu Feb 21 05:08:21 2013	(r247075)
@@ -66,7 +66,6 @@ static MALLOC_DEFINE(M_UNIN, "unin", "un
 static int  unin_chip_probe(device_t);
 static int  unin_chip_attach(device_t);
 static int  unin_chip_suspend(device_t);
-//static int  unin_chip_resume(device_t);
 
 /*
  * Bus interface.


More information about the svn-src-projects mailing list