]> Git Repo - linux.git/commit
ACPI_NUMA: fix HP IA64 simulator issue with extended memory domain
authorAlexey Starikovskiy <[email protected]>
Sat, 3 Feb 2007 03:02:55 +0000 (22:02 -0500)
committerLen Brown <[email protected]>
Sat, 3 Feb 2007 03:02:55 +0000 (22:02 -0500)
commitdefad23020bb7701b3ad414135c73fc03054507b
tree20b1f8ecade8654355502f47437eabde2b62e7eb
parent45eded8703c0f9d58a8807f80baa9fe98ac0ec67
ACPI_NUMA: fix HP IA64 simulator issue with extended memory domain

ACPI 3.0 incorporated the SRAT spec, upping the table version to 2,
and extending the size of the proximity domain from 1-byte to 4-bytes.
This extension was into a reserved field that firmware should
set to 0, but the HP simulator had non-zero values there
resulting in unexpected huge numbers.

So mask the domain down to 8-bits for now.
A more general fix will be to check the table version
supplied by firmware and get paranoid about reserved fields.

Signed-off-by: Alexey Starikovskiy <[email protected]>
Signed-off-by: Len Brown <[email protected]>
arch/ia64/kernel/acpi.c
This page took 0.04652 seconds and 4 git commands to generate.