x86: Allow interrupts to be disabled in 64-bit mode
authorSimon Glass <sjg@chromium.org>
Mon, 26 Sep 2016 03:33:23 +0000 (21:33 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 11 Oct 2016 03:55:33 +0000 (11:55 +0800)
commit35233da98a53eb95a28d16d3fd836801b84015a9
treef67e365c9db0568a988b77272c73e9041d06bfbf
parentb11e2984401ff8a4f53d6d4c6363af4c9a4ec336
x86: Allow interrupts to be disabled in 64-bit mode

Update the code to support both 32-bit and 64-bit modes.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/interrupts.c