]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: Ingore the memory block with zero block size in course of memory hotplug
authorZhao Yakui <yakui.zhao@intel.com>
Tue, 7 Jul 2009 02:56:11 +0000 (10:56 +0800)
committerLen Brown <len.brown@intel.com>
Sun, 2 Aug 2009 16:25:12 +0000 (12:25 -0400)
commit0c21697b557481be9d8be1d787a2c2ccd5f4b98f
tree61ba09656dd63c66659c8994f19767e262afb93f
parent6475f9f80ba3c5671ffd749c4880aa1d8a72f6fb
ACPI: Ingore the memory block with zero block size in course of memory hotplug

If the memory block size is zero, ignore it and don't do the memory hotplug
flowchart. Otherwise it will complain the following warning message:
  >System RAM resource 0 - ffffffffffffffff cannot be added

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/acpi_memhotplug.c