Yasunori Goto 887b95931b [PATCH] acpi memory hotplug: remove strange add_memory fail message
I wrote a patch to avoid redundant memory hot-add call at boot time.  This
was cause of strange fail message of memory hotplug like "ACPI: add_memory
failed".  Memory is recognized by early boot code with EFI/E820.

But, if DSDT describes memory devices for them, then hot-add code is called
for already recognized memory, and it shows fail messages with -EEXIST.
So, sys admin will misunderstand this message as something wrong by it.

This patch avoids them by preventing redundant hot-add call until
completion of driver initialization.

[akpm@osdl.org: cleanups]
Signed-off-by: Yasunori Goto <y-goto@jp.fujitsu.com>
Cc: "Brown, Len" <len.brown@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-10-20 10:26:38 -07:00
..
2006-07-09 15:15:40 -04:00
2006-07-09 15:15:40 -04:00
2006-07-10 02:37:22 -04:00
2006-06-14 02:44:35 -04:00
2006-10-14 01:59:46 -04:00
2006-08-15 23:16:43 -04:00
2006-10-10 15:37:22 -07:00
2006-07-01 16:36:14 -04:00
2006-10-03 22:24:43 +02:00
2006-07-09 17:22:28 -04:00
2005-08-05 00:45:14 -04:00