]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
x86/apic: Make arch_init_msi/htirq_domain __init
authorDou Liyang <douly.fnst@cn.fujitsu.com>
Thu, 22 Jun 2017 03:15:41 +0000 (11:15 +0800)
committerIngo Molnar <mingo@kernel.org>
Thu, 22 Jun 2017 08:34:42 +0000 (10:34 +0200)
commit538ac46c64a6bc61e71982091fc1eef0026f322e
treeba3bfcf921ea299b288ced2aefd8360a3019a0fc
parenta884d25f383133c845d23c2cce929ba15994ca62
x86/apic: Make arch_init_msi/htirq_domain __init

These two functions are only called by arch_early_irq_init(), which
is an __init function, so mark them __init as well.

Signed-off-by: Dou Liyang <douly.fnst@cn.fujitsu.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1498101341-10182-1-git-send-email-douly.fnst@cn.fujitsu.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/apic/htirq.c
arch/x86/kernel/apic/msi.c