]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commitfbaed278a3cc72a46aadae667b8c6754b78640a6
treebbfd362cea290d84bda485ffc181900f06ef5df2
parentc75890700455113c366f795f3d22ee03623835e8
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