* [patch 4/6] add init declaration - gate page functions
@ 2006-03-12 17:08 Chen, Kenneth W
0 siblings, 0 replies; only message in thread
From: Chen, Kenneth W @ 2006-03-12 17:08 UTC (permalink / raw)
To: linux-ia64
Add init declaration to bunch of patch functions and gate
page setup function.
Signed-off-by: Ken Chen <kenneth.w.chen@intel.com>
--- ./arch/ia64/kernel/patch.c.orig 2006-03-12 01:31:29.517203176 -0800
+++ ./arch/ia64/kernel/patch.c 2006-03-12 01:35:25.993762779 -0800
@@ -115,7 +115,7 @@ ia64_patch_vtop (unsigned long start, un
ia64_srlz_i();
}
-void
+void __init
ia64_patch_mckinley_e9 (unsigned long start, unsigned long end)
{
static int first_time = 1;
@@ -149,7 +149,7 @@ ia64_patch_mckinley_e9 (unsigned long st
ia64_srlz_i();
}
-static void
+static void __init
patch_fsyscall_table (unsigned long start, unsigned long end)
{
extern unsigned long fsyscall_table[NR_syscalls];
@@ -166,7 +166,7 @@ patch_fsyscall_table (unsigned long star
ia64_srlz_i();
}
-static void
+static void __init
patch_brl_fsys_bubble_down (unsigned long start, unsigned long end)
{
extern char fsys_bubble_down[];
@@ -184,7 +184,7 @@ patch_brl_fsys_bubble_down (unsigned lon
ia64_srlz_i();
}
-void
+void __init
ia64_patch_gate (void)
{
# define START(name) ((unsigned long) __start_gate_##name##_patchlist)
--- ./arch/ia64/mm/init.c.orig 2006-03-12 01:27:43.333612197 -0800
+++ ./arch/ia64/mm/init.c 2006-03-12 01:28:06.588494724 -0800
@@ -294,7 +294,7 @@ put_kernel_page (struct page *page, unsi
return page;
}
-static void
+static void __init
setup_gate (void)
{
struct page *page;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-03-12 17:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-12 17:08 [patch 4/6] add init declaration - gate page functions Chen, Kenneth W
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox