lkml.org 
[lkml]   [2008]   [Aug]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH 2.6.27-rc1-git5 22/26] mdb: add main.c fixes
Centralized external definitions into include files and corrected 
the file to conform to Linux coding practices. fixed word wrap
problems with patches.

using an embadded extern for void f(void) function seems pretty safe since
its called from init and has no parms.

Signed-off-by: Jeffrey Vernon Merkey (jmerkey@wolfmountaingroup.com)

--- a/init/main.c 2008-08-04 15:53:53.000000000 -0600
+++ b/init/main.c 2008-08-04 15:49:51.000000000 -0600
@@ -660,6 +660,12 @@
pgtable_cache_init();
prio_tree_init();
anon_vma_init();
+#ifdef CONFIG_MDB
+ {
+ extern int mdb_init(void);
+ mdb_init();
+ }
+#endif
#ifdef CONFIG_X86
if (efi_enabled)
efi_enter_virtual_mode();

\
 
 \ /
  Last update: 2008-08-05 09:11    [W:0.025 / U:0.768 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site