commit | ac049c1db72963e19b29b63c42ab8759384eef20 | [log] [tgz] |
---|---|---|
author | Jack Steiner <steiner@sgi.com> | Fri Mar 28 14:12:09 2008 -0500 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Apr 17 17:41:33 2008 +0200 |
tree | 00b04e515ca03323daa1c0f7ba3ccae185f2c6c5 | |
parent | a65d1d644c2b65bfb99e766e7160d764b8b2bfa4 [diff] |
x86: parsing for ACPI "SAPIC" table Add kernel support for new ACPI "sapic" tables that contain 16-bit APICIDs. This patch simply adds parsing of an optional SAPIC table if present. Otherwise, the traditional local APIC table is used. Note: the SAPIC table is not a new ACPI table - it exists on other architectures but is not currently recognized by x86_64. Signed-off-by: Jack Steiner <steiner@sgi.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>