Re: [PATCH][SPARC64] fix section mismatchs from dr_cpu_data

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Sam Ravnborg <sam@xxxxxxxxxxxx>
Date: Fri, 22 Feb 2008 21:32:29 +0100

> [SPARC64] fix section mismatchs from dr_cpu_data
> 
> Fix following warnings:
> WARNING: vmlinux.o(.text+0x4b258): Section mismatch in reference from the function dr_cpu_data() to the function .devinit.text:mdesc_fill_in_cpu_data()
> WARNING: vmlinux.o(.text+0x4b290): Section mismatch in reference from the function dr_cpu_data() to the function .cpuinit.text:cpu_up()
> 
> mdesc_fill_in_cpu_data() is only used during early init and for
> cpu hotplug so the __cpuinit annotation is the correct choice.
> We have the call chain:
> dr_cpu_data() => dr_cpu_configure() => mdesc_fill_in_cpu_data()
> 
> dr_cpu_data() is used only during early init and for cpu
> hotplug. So annotating them all __cpuinit solves the
> section mismatch and should be correct.
> 
> Signed-off-by: Sam Ravnborg <sam@xxxxxxxxxxxx>
> Cc: David S. Miller <davem@xxxxxxxxxxxxx>
> ---
> 
> Please review before you apply.
> I am not 100% sure if my assumptions are correct.
> 
> 	Sam
> 

It does look good, applied, thanks Sam.
-
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Development]     [DCCP]     [Linux ARM Development]     [Linux]     [Photo]     [Yosemite Help]     [Linux ARM Kernel]     [Linux SCSI]     [Linux x86_64]     [Linux Hams]

  Powered by Linux