Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1351164

[PATCH] x86/apic: Deinline _flat_send_IPI_mask, save ~150 bytes

From Denys Vlasenko <dvlasenk@redhat.com>
Newsgroups linux.kernel
Subject [PATCH] x86/apic: Deinline _flat_send_IPI_mask, save ~150 bytes
Date 2016-03-06 19:20 +0100
Message-ID <r9LrA-cU-15@gated-at.bofh.it> (permalink)
References <r9Lrz-cU-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


_flat_send_IPI_mask: 157 bytes, 3 callsites

    text     data      bss       dec     hex filename
96183823 20860520 36122624 153166967 9212477 vmlinux1_before
96183699 20860520 36122624 153166843 92123fb vmlinux

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
CC: Ingo Molnar <mingo@kernel.org>
CC: Borislav Petkov <bp@alien.de>
CC: Peter Zijlstra <peterz@infradead.org>
CC: Mike Travis <travis@sgi.com>
CC: Daniel J Blueman <daniel@numascale.com>
CC: linux-kernel@vger.kernel.org
---
 arch/x86/kernel/apic/apic_flat_64.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/kernel/apic/apic_flat_64.c b/arch/x86/kernel/apic/apic_flat_64.c
index 9968f30..76f89e2 100644
--- a/arch/x86/kernel/apic/apic_flat_64.c
+++ b/arch/x86/kernel/apic/apic_flat_64.c
@@ -53,7 +53,7 @@ void flat_init_apic_ldr(void)
 	apic_write(APIC_LDR, val);
 }
 
-static inline void _flat_send_IPI_mask(unsigned long mask, int vector)
+static void _flat_send_IPI_mask(unsigned long mask, int vector)
 {
 	unsigned long flags;
 
-- 
1.8.1.4

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] x86/apic: Deinline __default_send_IPI_*, save ~200 bytes Denys Vlasenko <dvlasenk@redhat.com> - 2016-03-06 19:20 +0100
  [PATCH] x86/apic: Deinline _flat_send_IPI_mask, save ~150 bytes Denys Vlasenko <dvlasenk@redhat.com> - 2016-03-06 19:20 +0100
    [tip:irq/core] x86/apic: Deinline _flat_send_IPI_mask, save ~150  bytes tip-bot for Denys Vlasenko <tipbot@zytor.com> - 2016-03-08 14:20 +0100
  [tip:irq/core] x86/apic: Deinline __default_send_IPI_*, save ~200  bytes tip-bot for Denys Vlasenko <tipbot@zytor.com> - 2016-03-08 14:20 +0100

csiph-web