Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8eb7b247 authored by Bob Moore's avatar Bob Moore Committed by Len Brown
Browse files

ACPICA: Fix a few warnings for gcc 3.4.4



Mostly for acpiexec, one in the core subsystem.

Signed-off-by: default avatarBob Moore <robert.moore@intel.com>
Signed-off-by: default avatarLin Ming <ming.m.lin@intel.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent b74be611
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -81,9 +81,9 @@ acpi_status acpi_hw_clear_acpi_status(void)

	ACPI_FUNCTION_TRACE(hw_clear_acpi_status);

	ACPI_DEBUG_PRINT((ACPI_DB_IO, "About to write %04X to %0llX\n",
	ACPI_DEBUG_PRINT((ACPI_DB_IO, "About to write %04X to %8.8X%8.8X\n",
			  ACPI_BITMASK_ALL_FIXED_STATUS,
			  acpi_gbl_xpm1a_status.address));
			  ACPI_FORMAT_UINT64(acpi_gbl_xpm1a_status.address)));

	lock_flags = acpi_os_acquire_lock(acpi_gbl_hardware_lock);

+4 −0
Original line number Diff line number Diff line
@@ -62,4 +62,8 @@
 */
#define ACPI_UNUSED_VAR __attribute__ ((unused))

#ifdef _ANSI
#define inline
#endif

#endif				/* __ACGCC_H__ */