]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86/apic: Move flat_cpu_mask_to_apicid_and() into C source
authorThomas Gleixner <tglx@linutronix.de>
Mon, 19 Jun 2017 23:37:40 +0000 (01:37 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 22 Jun 2017 16:21:21 +0000 (18:21 +0200)
commitad95212ee6e0b62f38b287b40c9ab6a1ba3e892b
treef2d8043f6f84ad499878970fe3ccf25ca3321eb8
parent415fcf1a2293046e0c1f4ab8558a87bad66652b1
x86/apic: Move flat_cpu_mask_to_apicid_and() into C source

No point in having inlines assigned to function pointers at multiple
places. Just bloats the text.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: Keith Busch <keith.busch@intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Christoph Hellwig <hch@lst.de>
Link: http://lkml.kernel.org/r/20170619235446.405975721@linutronix.de
arch/x86/include/asm/apic.h
arch/x86/kernel/apic/apic.c