Re: [ANNOUNCE] [PATCH] Node Hotplug Support

From: Martin J. Bligh
Date: Fri May 07 2004 - 11:18:52 EST


> ACPI is used to do some hardware manipulation.
> There is no general purpose interface to get hardware information
> and manipulate hardware today, but hardware proprietary interfaces.
> ACPI is one of them, and I decided to use it because:
>
> - Its spec is open.
> - I can use it without any hardware special knowledge:)

You can't base platform-independant Linux code on ACPI, when not all
NUMA boxes will support it. The fact that your particular box may
support it doesn't make it a generally applicable idea ;-)

You need a better abstraction (and preferably one without the massive
complexity whilst you're at it).

M.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/