]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
x86: Introduce and use MP IRQ trigger and polarity defines
authorJan Kiszka <jan.kiszka@siemens.com>
Mon, 27 Nov 2017 08:11:45 +0000 (09:11 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 14 Jan 2018 20:11:54 +0000 (21:11 +0100)
commita09c5ec00a120dae52eceef3eebff93ed729bb43
treec594a45b38b579f647a2279cd7774b00324495d4
parente348caef8b4a161cc27bec8f7500b7e100370ef1
x86: Introduce and use MP IRQ trigger and polarity defines

MP_IRQDIR_* constants pointed in the right direction but remained unused so
far: It's cleaner to use symbolic values for the IRQ flags in the MP config
table. That also saves some comments.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: jailhouse-dev@googlegroups.com
Link: https://lkml.kernel.org/r/60809926663a1d38e2a5db47d020d6e2e7a70019.1511770314.git.jan.kiszka@siemens.com
arch/x86/include/asm/mpspec_def.h
arch/x86/kernel/apic/io_apic.c
arch/x86/kernel/mpparse.c
arch/x86/platform/intel-mid/sfi.c