Commit d01d5ec7 authored by David S. Miller's avatar David S. Miller Committed by Linus Torvalds

[SPARC64]: check_bugs() should be __init.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1b3187fc
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
extern unsigned long loops_per_jiffy; extern unsigned long loops_per_jiffy;
static void check_bugs(void) static void __init check_bugs(void)
{ {
#ifndef CONFIG_SMP #ifndef CONFIG_SMP
cpu_data(0).udelay_val = loops_per_jiffy; cpu_data(0).udelay_val = loops_per_jiffy;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment