lkml.org 
[lkml]   [2012]   [Jun]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] x86: free_initrd_mem() can be __init
... matching various other architectures.

Signed-off-by: Jan Beulich <jbeulich@suse.com>

---
arch/x86/mm/init.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- 3.5-rc3/arch/x86/mm/init.c
+++ 3.5-rc3-x86-mm-init-sections/arch/x86/mm/init.c
@@ -385,7 +385,7 @@ void free_initmem(void)
}

#ifdef CONFIG_BLK_DEV_INITRD
-void free_initrd_mem(unsigned long start, unsigned long end)
+void __init free_initrd_mem(unsigned long start, unsigned long end)
{
/*
* end could be not aligned, and We can not align that,




\
 
 \ /
  Last update: 2012-06-18 13:01    [W:0.049 / U:0.640 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site