mca_nmi_hook() can be called at any point
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 25 Apr 2007 22:43:52 +0000 (00:43 +0200)
committerAdrian Bunk <bunk@stusta.de>
Wed, 25 Apr 2007 22:43:52 +0000 (00:43 +0200)
... and having it __init is a bad idea.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
arch/i386/mach-default/setup.c

index b4a7455c69939dbd226ed269bb1885352e2553a9..7c5c224b0758d60bf9a7dbf918c6ca59633986a3 100644 (file)
@@ -101,7 +101,7 @@ void __init time_init_hook(void)
  *     along the MCA bus.  Use this to hook into that chain if you will need
  *     it.
  **/
-void __init mca_nmi_hook(void)
+void mca_nmi_hook(void)
 {
        /* If I recall correctly, there's a whole bunch of other things that
         * we can do to check for NMI problems, but that's all I know about