WARNING: arch/arm/mach-omap2/built-in.o(.text+0x12cdc): Section mismatch in reference from the function mmc0_init() to the (unknown reference) .init.data:(unknown) 解决方法,找到对应的不能使用 __init 字眼的地方,删除他即可。 最后删除 296 static struct omap2_hsmmc_info am335x_mmc[] _...
Fixes WARNING: vmlinux.o(.data+0x15d3ac): Section mismatch in reference from the variable pci_eisa_driver to the function .init.text:pci_eisa_init() The variable pci_eisa_driver references the function __init pci_eisa_init() If the reference is valid then annotate the variable with __...
WARNING: arch/arm/plat-samsung/built-in.o(.text+0xb90): Section mismatch in reference from the...
>>> > WARNING: vmlinux.o(.text+0x2ea760): Section mismatch in reference from >>> > the function vexpress_sysreg_probe() to the function >>> > .init.text:vexpress_sysreg_setup() >>> > The function vexpress_sysreg_probe() references >>> > the function __init vexpress_sysreg_setu...
> hpt366: fix section mismatch warnings > > Fix following warnings: > WARNING: o-sparc64/vmlinux.o(.data+0x195a38): Section mismatch in reference > from the variable hpt37x_info.0 to the variable .devinit.data:hpt370 > WARNING: o-sparc64/vmlinux.o(.data+0x195a40): Section mismatc...
Remove not needed EXPORT_SYMBOL for init_numa_memory() to fix the following section mismatch warning: MODPOST vmlinux.symvers WARNING: modpost: vmlinux.o(___ksymtab+init_numa_memory+0x0): Section mismatch in reference from the variable __ksymtab_init_numa_memory to the function .init.text...
In the writing stage of the photorefractive hologram, a two wave mixing (2WM) process, half of the transverse section of the reference beam has the optical path increased, producing this way the sectioned moire-like pattern. The sinusoidal phase gratings, with slightly different pitches, are ...
錯誤記錄區段包含Itanium處理器架構專屬之韌體錯誤記錄的參考。 此數據是由WHEA_FIRMWARE_ERROR_RECORD_REFERENCE結構所描述。 MEMORY_ERROR_SECTION_GUID 錯誤記錄區段包含平臺記憶體錯誤數據。 此數據是由WHEA_MEMORY_ERROR_SECTION結構所描述。 NMI_SECTION_GUID ...
WHEA_MEMORY_ERROR_SECTION结构描述平台内存错误数据。 语法 C++复制 typedefstruct_WHEA_MEMORY_ERROR_SECTION{WHEA_MEMORY_ERROR_SECTION_VALIDBITS ValidBits; WHEA_ERROR_STATUS ErrorStatus; ULONGLONG PhysicalAddress; ULONGLONG PhysicalAddressMask; USHORT Node; USHORT Card; USHORT Module; USHORT Bank; USHORT ...
> > WARNING: o-sparc64/vmlinux.o(.data+0x195a50): Section mismatch in reference > > from the variable hpt37x_info.0 to the variable .devinit.data:hpt372n > > > > Replace a static array with a small switch resulting in > > more readable code. ...