diff options
author | Michael D Labriola <michael.d.labriola@gmail.com> | 2012-02-01 16:05:00 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2012-02-07 11:34:11 +0100 |
commit | 57b165948fe0e1cca78bca1fe1e1ae9a38baedd2 (patch) | |
tree | d643576c8705a70f05047b9cb3e4b564f6d8f4df /ipc | |
parent | Merge branch 'linus' into x86/boot (diff) | |
download | linux-57b165948fe0e1cca78bca1fe1e1ae9a38baedd2.tar.xz linux-57b165948fe0e1cca78bca1fe1e1ae9a38baedd2.zip |
x86/reboot: Reduce to a single DMI table for reboot quirks
This commit reduces the X86_32 reboot_dmi_table and the X86_64
pci_reboot_dmi_table into a single table with a single set of
functions (e.g., only 1 call to core_initcall).
The table entries that use set_bios_reboot are grouped together
inside a #define CONFIG_X86_32 block.
Note that there's a single entry that uses set_kbd_reboot, which
used to be available only on X86_32. This commit moves that
entry outside the X86_32 block because it seems it never should
have been in there. There's multiple places in reboot.c that
assume KBD is valid regardless of X86_32/X86_64.
Signed-off-by: Michael D Labriola <michael.d.labriola@gmail.com>
Cc: Matthew Garrett <mjg@redhat.com>
Link: http://lkml.kernel.org/n/tip-lv3aliubas2l3aenq8v3uklk@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions