mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
hrtimer: fix section mismatch
Fix section mismatch in hrtimer.c: WARNING: vmlinux.o(.text+0x50c61): Section mismatch: reference to .init.text: (between 'hrtimer_cpu_notify' and 'down_read_trylock') Noticed by Johannes Berg and confirmed by Sam Ravnborg. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Cc: Sam Ravnborg <sam@ravnborg.org> Cc: Ingo Molnar <mingo@elte.hu> Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@akpm@linux-foundation.org>
This commit is contained in:
parent
a5569a565f
commit
0ec160dd48
@ -1378,7 +1378,7 @@ sys_nanosleep(struct timespec __user *rqtp, struct timespec __user *rmtp)
|
||||
/*
|
||||
* Functions related to boot-time initialization:
|
||||
*/
|
||||
static void __devinit init_hrtimers_cpu(int cpu)
|
||||
static void __cpuinit init_hrtimers_cpu(int cpu)
|
||||
{
|
||||
struct hrtimer_cpu_base *cpu_base = &per_cpu(hrtimer_bases, cpu);
|
||||
int i;
|
||||
|
Loading…
Reference in New Issue
Block a user