All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: Andrew Morton <akpm@osdl.org>, Andi Kleen <ak@suse.de>
Cc: linux-kernel@vger.kernel.org, mingo@elte.hu
Subject: [-mm patch] arch/i386/kernel/apic.c: make modern_apic() static
Date: Fri, 31 Mar 2006 16:56:48 +0200	[thread overview]
Message-ID: <20060331145648.GG3893@stusta.de> (raw)
In-Reply-To: <20060328003508.2b79c050.akpm@osdl.org>

This patch makes a nnedlessly global function static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

 arch/i386/kernel/apic.c |    2 +-
 include/asm-i386/apic.h |    2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

--- linux-2.6.16-mm2-full/include/asm-i386/apic.h.old	2006-03-31 15:32:14.000000000 +0200
+++ linux-2.6.16-mm2-full/include/asm-i386/apic.h	2006-03-31 15:32:22.000000000 +0200
@@ -139,8 +139,6 @@
 
 extern int timer_over_8254;
 
-extern int modern_apic(void);
-
 #else /* !CONFIG_X86_LOCAL_APIC */
 static inline void lapic_shutdown(void) { }
 
--- linux-2.6.16-mm2-full/arch/i386/kernel/apic.c.old	2006-03-31 15:32:30.000000000 +0200
+++ linux-2.6.16-mm2-full/arch/i386/kernel/apic.c	2006-03-31 15:32:36.000000000 +0200
@@ -62,7 +62,7 @@
 
 static void apic_pm_activate(void);
 
-int modern_apic(void)
+static int modern_apic(void)
 {
 	unsigned int lvr, version;
 	/* AMD systems use old APIC versions, so check the CPU */


  parent reply	other threads:[~2006-03-31 14:56 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-28  8:35 2.6.16-mm2 Andrew Morton
2006-03-28 13:46 ` [PATCH 2.6.16-mm2] Kconfig SND_SEQUENCER_OSS help text fix Frederik Deweerdt
2006-03-28 22:23   ` Lee Revell
2006-03-29  7:36   ` Clemens Ladisch
2006-03-29  9:44     ` Frederik Deweerdt
2006-03-29 18:20       ` Takashi Iwai
2006-03-30  7:36         ` Frederik Deweerdt
2006-03-30  9:21           ` Rene Herman
2006-03-30 11:51             ` Frederik Deweerdt
2006-03-28 15:15 ` 2.6.16-mm2 bert hubert
2006-03-28 15:42 ` 2.6.16-mm2 Christoph Hellwig
2006-03-28 20:53   ` 2.6.16-mm2 Alan Cox
2006-03-28 18:16 ` 2.6.16-mm2 Badari Pulavarty
2006-03-28 19:11   ` 2.6.16-mm2 Andrew Morton
2006-03-28 19:38     ` 2.6.16-mm2 Andi Kleen
2006-03-28 19:59       ` 2.6.16-mm2 Badari Pulavarty
2006-03-28 21:52 ` 2.6.16-mm2 Kumar Gala
2006-03-28 22:05   ` 2.6.16-mm2 Russell King
2006-03-28 22:21     ` 2.6.16-mm2 Kumar Gala
2006-03-30  9:27 ` 2.6.16-mm2 Reuben Farrelly
2006-03-30  9:43   ` 2.6.16-mm2 Andrew Morton
2006-03-31 14:56 ` Adrian Bunk [this message]
2006-03-31 15:02   ` [-mm patch] arch/i386/kernel/apic.c: make modern_apic() static Andi Kleen
2006-03-31 15:16     ` Adrian Bunk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060331145648.GG3893@stusta.de \
    --to=bunk@stusta.de \
    --cc=ak@suse.de \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.