You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yasunori Goto
07dd4855e7
ACPI: memory hotplug: remove useless message at boot time
...
This is to remove noisy useless message at boot. The message is a ton of
"ACPI Exception (acpi_memory-0492): AE_ERROR, handle is no memory device"
In my emulation, number of memory devices are not so many (only 6), but,
this messages are displayed 114 times.
It is showed by acpi_memory_register_notify_handler() which is called by
acpi_walk_namespace().
acpi_walk_namespace() parses all of ACPI's namespace and execute
acpi_memory_register_notify_handler(). So, it is called for all of the
device which is defined in namespace. If the parsing device is not memory,
acpi_memhotplug ignores it due to "no match" and will parse next device.
This is normal route, not an exception.
Signed-off-by: Yasunori Goto <y-goto@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Len Brown <len.brown@intel.com>
19 years ago
..
dispatcher
ACPI: ACPICA 20060707
19 years ago
events
ACPI: ACPICA 20060707
19 years ago
executer
Pull acpica-20060707 into test branch
19 years ago
hardware
ACPI: ACPICA 20060623
19 years ago
namespace
ACPI: ACPICA 20060707
19 years ago
parser
ACPI: acpi_os_allocate() fixes
19 years ago
resources
ACPI: ACPICA 20060526
19 years ago
sleep
ACPI: add 'const' to several ACPI file_operations
19 years ago
tables
ACPI: ACPICA 20060707
19 years ago
utilities
Pull acpi_os_allocate into test branch
19 years ago
Kconfig
[PATCH] x86_64: Fix up bogus defaults in ACPI Kconfig
19 years ago
Makefile
Revert "Revert "ACPI: dock driver""
19 years ago
ac.c
ACPI: fix boot with acpi=off
19 years ago
acpi_memhotplug.c
ACPI: memory hotplug: remove useless message at boot time
19 years ago
asus_acpi.c
ACPI: asus_acpi: correct M6N/M6R display nodes
19 years ago
battery.c
ACPI: fix boot with acpi=off
19 years ago
blacklist.c
…
bus.c
ACPI: add message if firmware_register() init fails
19 years ago
button.c
ACPI: add 'const' to several ACPI file_operations
19 years ago
cm_sbs.c
ACPI: SBS: fix initialization, sem2mutex
19 years ago
container.c
ACPI: delete acpi_os_free(), use kfree() directly
19 years ago
debug.c
ACPI: delete tracing macros from drivers/acpi/*.c
19 years ago
dock.c
PCI: docking station: remove dock uevents
19 years ago
ec.c
ACPI: add 'const' to several ACPI file_operations
19 years ago
event.c
ACPI: add 'const' to several ACPI file_operations
19 years ago
fan.c
ACPI: add 'const' to several ACPI file_operations
19 years ago
glue.c
ACPI: delete acpi_os_free(), use kfree() directly
19 years ago
hotkey.c
ACPI: add 'const' to several ACPI file_operations
19 years ago
i2c_ec.c
ACPI: fix kfree in i2c_ec error path
19 years ago
i2c_ec.h
ACPI: add support for Smart Battery
19 years ago
ibm_acpi.c
ACPI: Allow a WAN module enable/disable on a Thinkpad X60.
19 years ago
motherboard.c
ACPI: delete tracing macros from drivers/acpi/*.c
19 years ago
numa.c
ACPI: remove function tracing macros from drivers/acpi/*.c
19 years ago
osl.c
[PATCH] Revert "ACPI: execute Notify() handlers on new thread"
19 years ago
pci_bind.c
ACPI: delete tracing macros from drivers/acpi/*.c
19 years ago
pci_irq.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
19 years ago
pci_link.c
ACPI: acpi_os_allocate() fixes
19 years ago
pci_root.c
ACPI: pci_root: Remove unneeded acpi_handle from driver.
19 years ago
power.c
ACPI: add 'const' to several ACPI file_operations
19 years ago
processor_core.c
ACPI: add 'const' to several ACPI file_operations
19 years ago
processor_idle.c
ACPI: add 'const' to several ACPI file_operations
19 years ago
processor_perflib.c
ACPI: delete acpi_os_free(), use kfree() directly
19 years ago
processor_thermal.c
ACPI: delete tracing macros from drivers/acpi/*.c
19 years ago
processor_throttling.c
ACPI: delete tracing macros from drivers/acpi/*.c
19 years ago
sbs.c
ACPI: skip smart battery init when acpi=off
19 years ago
scan.c
ACPI: verbose on kset/kobject_register errors
19 years ago
system.c
ACPI: add 'const' to several ACPI file_operations
19 years ago
tables.c
Remove obsolete #include <linux/config.h>
19 years ago
thermal.c
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
19 years ago
toshiba_acpi.c
…
utils.c
ACPI: delete acpi_os_free(), use kfree() directly
19 years ago
video.c
Pull acpi_device_handle_cleanup into release branch
19 years ago