Skip to content

Commit

Permalink
revert accidentally committed unneeded changes from r246250
Browse files Browse the repository at this point in the history
MFC after:	7 days
X-MFC with:	r246250
  • Loading branch information
avg-I committed Feb 2, 2013
1 parent b913a7d commit ebbed20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/dev/acpica/acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ TUNABLE_INT("debug.acpi.interpreter_slack", &acpi_interpreter_slack);
SYSCTL_INT(_debug_acpi, OID_AUTO, interpreter_slack, CTLFLAG_RDTUN,
&acpi_interpreter_slack, 1, "Turn on interpreter slack mode.");

#if defined(__amd64__) || defined(__i386__)
#ifdef __amd64__
/* Reset system clock while resuming. XXX Remove once tested. */
static int acpi_reset_clock = 1;
TUNABLE_INT("debug.acpi.reset_clock", &acpi_reset_clock);
Expand Down Expand Up @@ -2848,7 +2848,7 @@ acpi_EnterSleepState(struct acpi_softc *sc, int state)
static void
acpi_resync_clock(struct acpi_softc *sc)
{
#if defined(__amd64__) || defined(__i386__)
#ifdef __amd64__
if (!acpi_reset_clock)
return;

Expand Down

0 comments on commit ebbed20

Please sign in to comment.