ACPICA: Win OSL: Replace get_tick_count with get_tick_count64
[linux-2.6-microblaze.git] / drivers / acpi / acpica / dscontrol.c
index 4847f89..5034fab 100644 (file)
@@ -85,7 +85,7 @@ acpi_ds_exec_begin_control_op(struct acpi_walk_state *walk_state,
                    walk_state->parser_state.pkg_end;
                control_state->control.opcode = op->common.aml_opcode;
                control_state->control.loop_timeout = acpi_os_get_timer() +
-                   (u64)(acpi_gbl_max_loop_iterations * ACPI_100NSEC_PER_SEC);
+                   ((u64)acpi_gbl_max_loop_iterations * ACPI_100NSEC_PER_SEC);
 
                /* Push the control state on this walk's control stack */