ACPI: basic initramfs DSDT override support
authorMarkus Gaugusch <dsdt@gaugusch.at>
Mon, 4 Feb 2008 23:04:06 +0000 (00:04 +0100)
committerLen Brown <len.brown@intel.com>
Thu, 7 Feb 2008 03:07:41 +0000 (22:07 -0500)
The basics of DSDT from initramfs. In case this option is selected,
populate_rootfs() is called a bit earlier to have the initramfs content
available during ACPI initialization.

This is a very similar path to the one available at
http://gaugusch.at/kernel.shtml but with some update in the
documentation, default set to No and the change of populate_rootfs() the
"Jeff Mahony way" (which avoids reading the initramfs twice).

Signed-off-by: Thomas Renninger <trenn@suse.de>
Signed-off-by: Eric Piel <eric.piel@tremplin-utc.net>
Signed-off-by: Len Brown <len.brown@intel.com>

No differences found