<div dir="ltr">Hello all:<div>In arch x86 directory I found two global variables with the same name(master branch):</div><div>1.arch/x86/boot/main.c </div><div>near line 18: struct boot_params boot_params __attribute__((aligned(16)));</div><div>2.arch/x86/kernel/setup.c</div><div>near line 75: struct boot_params boot_params;</div><div>Is that wrong to define two global variables with the same name? And when use extern to reference the variable,which one did it reference?</div><div><br></div></div>