Date: Thu, 21 Feb 2013 05:08:22 +0000 (UTC) From: Justin Hibbits <jhibbits@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r247075 - projects/pmac_pmu/sys/powerpc/powermac Message-ID: <201302210508.r1L58M5I078870@svn.freebsd.org>
index | next in thread | raw e-mail
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.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302210508.r1L58M5I078870>
