projects
/
unionfs-2.6.39.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d19b7b0
)
mca_nmi_hook() can be called at any point
author
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 25 Apr 2007 22:43:52 +0000
(
00:43
+0200)
committer
Adrian 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
patch
|
blob
|
history
diff --git
a/arch/i386/mach-default/setup.c
b/arch/i386/mach-default/setup.c
index b4a7455c69939dbd226ed269bb1885352e2553a9..7c5c224b0758d60bf9a7dbf918c6ca59633986a3 100644
(file)
--- a/
arch/i386/mach-default/setup.c
+++ b/
arch/i386/mach-default/setup.c
@@
-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