lkml.org 
[lkml]   [2009]   [Jan]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] Remove empty setup_portio_remap inlines in bigsmp/summit
Date
From: Andi Kleen <ak@linux.intel.com>

These are all unused inlines

Signed-off-by: Andi Kleen <ak@linux.intel.com>
---
arch/x86/include/asm/bigsmp/apic.h | 4 ----
arch/x86/kernel/bigsmp_32.c | 4 ----
arch/x86/kernel/summit_32.c | 4 ----
3 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/arch/x86/include/asm/bigsmp/apic.h b/arch/x86/include/asm/bigsmp/apic.h
index ee29d66..646697e 100644
--- a/arch/x86/include/asm/bigsmp/apic.h
+++ b/arch/x86/include/asm/bigsmp/apic.h
@@ -95,10 +95,6 @@ static inline physid_mask_t bigsmp_ioapic_phys_id_map(physid_mask_t phys_map)
return physids_promote(0xFFL);
}

-static inline void bigsmp_setup_portio_remap(void)
-{
-}
-
static inline int bigsmp_check_phys_apicid_present(int boot_cpu_physical_apicid)
{
return 1;
diff --git a/arch/x86/kernel/bigsmp_32.c b/arch/x86/kernel/bigsmp_32.c
index b1f9193..b74f070 100644
--- a/arch/x86/kernel/bigsmp_32.c
+++ b/arch/x86/kernel/bigsmp_32.c
@@ -114,10 +114,6 @@ static inline physid_mask_t bigsmp_ioapic_phys_id_map(physid_mask_t phys_map)
return physids_promote(0xFFL);
}

-static inline void bigsmp_setup_portio_remap(void)
-{
-}
-
static inline int bigsmp_check_phys_apicid_present(int boot_cpu_physical_apicid)
{
return 1;
diff --git a/arch/x86/kernel/summit_32.c b/arch/x86/kernel/summit_32.c
index 84ff9eb..a04bc99 100644
--- a/arch/x86/kernel/summit_32.c
+++ b/arch/x86/kernel/summit_32.c
@@ -294,10 +294,6 @@ static inline physid_mask_t summit_apicid_to_cpu_present(int apicid)
return physid_mask_of_physid(0);
}

-static inline void summit_setup_portio_remap(void)
-{
-}
-
static inline int summit_check_phys_apicid_present(int boot_cpu_physical_apicid)
{
return 1;
--
1.5.6.5


\
 
 \ /
  Last update: 2009-01-30 11:21    [W:0.084 / U:0.252 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site