[PATCH part3 5/5] x86, acpi: Initialize acpi golbal root table list earlier.

2013-08-08 Thread Tang Chen
As the previous patches split the acpi_gbl_root_table_list initialization procedure into two steps: install and override, this patch does the "install" steps earlier, right after memblock is ready. In this way, we are able to find SRAT in firmware earlier. And then, we can prevent memblock from

[PATCH part3 5/5] x86, acpi: Initialize acpi golbal root table list earlier.

2013-08-08 Thread Tang Chen
As the previous patches split the acpi_gbl_root_table_list initialization procedure into two steps: install and override, this patch does the install steps earlier, right after memblock is ready. In this way, we are able to find SRAT in firmware earlier. And then, we can prevent memblock from