]> git.baikalelectronics.ru Git - kernel.git/commit
x86/idt: Remove address operator on function machine_check()
authorLai Jiangshan <laijs@linux.alibaba.com>
Sun, 19 Apr 2020 14:40:48 +0000 (14:40 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Jun 2020 13:14:32 +0000 (15:14 +0200)
commit7daf32fe2bac143c7e82b264c300e9fcbaf6fd49
treebbfd362cea290d84bda485ffc181900f06ef5df2
parent75902f6dc425332869961371bc2878099a1e2600
x86/idt: Remove address operator on function machine_check()

machine_check is function address, the address operator on it is nop for
compiler.

Make it consistent with the other function addresses in the same file.

Signed-off-by: Lai Jiangshan <laijs@linux.alibaba.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20200419144049.1906-3-laijs@linux.alibaba.com
arch/x86/kernel/idt.c