x86/reboot: Add Dell Optiplex 7450 AIO reboot quirk
authorAlex Hung <alex.hung@canonical.com>
Thu, 14 Jul 2016 10:05:56 +0000 (18:05 +0800)
committerIngo Molnar <mingo@kernel.org>
Thu, 14 Jul 2016 18:57:22 +0000 (20:57 +0200)
commit4d581259b7d44c8120a614b4e9244094c824d51f
tree0fd867e2327ffd581ad3f640a53aac572ecbf5ea
parentf97d10454e4da2aceb44dfa7c59bb43ba9f50199
x86/reboot: Add Dell Optiplex 7450 AIO reboot quirk

Dell Optiplex 7450 AIO works with BOOT_ACPI; however, the quirk for
"OptiPlex 745" changes its boot method to BOOT_BIOS and causes 7450 AIO
hangs when rebooting; as a result, 7450 AIO is appended to overwrite
BOOT_BIOS by BOOT_ACPI in order not to break the original 745 series

Signed-off-by: Alex Hung <alex.hung@canonical.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/reboot.c