On Fri, Jul 19, 2013 at 03:59:21PM +0800, Tang Chen wrote: > @@ -514,6 +514,7 @@ acpi_tb_install_table(acpi_physical_address address, > * fully mapped later (in verify table). In any case, we must > * unmap the header that was mapped above. > */ > + table_desc = &acpi_gbl_root_table_list.tables[table_index]; > final_table = acpi_tb_table_override(table, table_desc); > if (!final_table) { > final_table = table; /* There was no override */ Is this chunk correct? Why is @table_desc being assigned twice in this function? > + /* > + * Also initialize the table entries here, so that later we can use them > + * to find SRAT at very eraly time to reserve hotpluggable memory. ^ typo Thanks. -- tejun -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>