View | Details | Raw Unified | Return to bug 87971 | Differences between
and this patch

Collapse All | Expand All

(-)a/drivers/acpi/acpica/exregion.c (-1 / +1 lines)
Lines 182-188 acpi_ex_system_memory_space_handler(u32 function, Link Here
182
			ACPI_ERROR((AE_INFO,
182
			ACPI_ERROR((AE_INFO,
183
				    "Could not map memory at 0x%8.8X%8.8X, size %u",
183
				    "Could not map memory at 0x%8.8X%8.8X, size %u",
184
				    ACPI_FORMAT_NATIVE_UINT(address),
184
				    ACPI_FORMAT_NATIVE_UINT(address),
185
				    (u32) map_length));
185
				    (u32)map_length));
186
			mem_info->mapped_length = 0;
186
			mem_info->mapped_length = 0;
187
			return_ACPI_STATUS(AE_NO_MEMORY);
187
			return_ACPI_STATUS(AE_NO_MEMORY);
188
		}
188
		}
(-)a/drivers/acpi/acpica/tbxfroot.c (-2 / +1 lines)
Lines 142-148 acpi_status acpi_tb_validate_rsdp(struct acpi_table_rsdp * rsdp) Link Here
142
 *
142
 *
143
 ******************************************************************************/
143
 ******************************************************************************/
144
144
145
acpi_status __init acpi_find_root_pointer(acpi_size *table_address)
145
acpi_status __init acpi_find_root_pointer(acpi_size * table_address)
146
{
146
{
147
	u8 *table_ptr;
147
	u8 *table_ptr;
148
	u8 *mem_rover;
148
	u8 *mem_rover;
149
- 

Return to bug 87971