Fix build on ia64 after r223426.

This commit is contained in:
Jung-uk Kim 2011-06-22 22:56:42 +00:00
parent 4c42b949e9
commit 624a5cc87e

View File

@ -856,8 +856,10 @@ acpi_cpu_cx_list(struct acpi_cpu_softc *sc)
sbuf_printf(&sb, "C%d/%d ", i + 1, sc->cpu_cx_states[i].trans_lat);
if (sc->cpu_cx_states[i].type < ACPI_STATE_C3)
sc->cpu_non_c3 = i;
#ifndef __ia64__
else
cpu_can_deep_sleep = 1;
#endif
}
sbuf_trim(&sb);
sbuf_finish(&sb);