* [2.6 patch] make arch/i386/kernel/setup.c:remapped_pgdat_init() static
@ 2007-03-27 1:02 Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2007-03-27 1:02 UTC (permalink / raw)
To: linux-kernel
This patch makes the needlessly global remapped_pgdat_init() static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
--- linux-2.6.21-rc4-mm1/arch/i386/kernel/setup.c.old 2007-03-26 15:53:44.000000000 +0200
+++ linux-2.6.21-rc4-mm1/arch/i386/kernel/setup.c 2007-03-26 15:54:00.000000000 +0200
@@ -476,7 +476,7 @@
*
* This should all compile down to nothing when NUMA is off.
*/
-void __init remapped_pgdat_init(void)
+static void __init remapped_pgdat_init(void)
{
int nid;
^ permalink raw reply [flat|nested] 2+ messages in thread* [2.6 patch] make arch/i386/kernel/setup.c:remapped_pgdat_init() static
@ 2007-04-26 23:47 Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2007-04-26 23:47 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
This patch makes the needlessly global remapped_pgdat_init() static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
This patch has been sent on:
- 27 Mar 2007
--- linux-2.6.21-rc4-mm1/arch/i386/kernel/setup.c.old 2007-03-26 15:53:44.000000000 +0200
+++ linux-2.6.21-rc4-mm1/arch/i386/kernel/setup.c 2007-03-26 15:54:00.000000000 +0200
@@ -476,7 +476,7 @@
*
* This should all compile down to nothing when NUMA is off.
*/
-void __init remapped_pgdat_init(void)
+static void __init remapped_pgdat_init(void)
{
int nid;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-04-26 23:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-27 1:02 [2.6 patch] make arch/i386/kernel/setup.c:remapped_pgdat_init() static Adrian Bunk
-- strict thread matches above, loose matches on Subject: below --
2007-04-26 23:47 Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox