summaryrefslogtreecommitdiffstats
path: root/arch/x86/.gitignore
diff options
context:
space:
mode:
authorArnd Bergmann2016-11-16 15:17:09 +0100
committerIngo Molnar2016-11-17 07:34:58 +0100
commit553bbc11aa6c1f9e0f529a06aeeca15fbe4a3985 (patch)
tree0f7202d7ab6edcead91972bdabf598207b86a967 /arch/x86/.gitignore
parentx86/sysfb: Fix lfb_size calculation (diff)
downloadkernel-qcow2-linux-553bbc11aa6c1f9e0f529a06aeeca15fbe4a3985.tar.gz
kernel-qcow2-linux-553bbc11aa6c1f9e0f529a06aeeca15fbe4a3985.tar.xz
kernel-qcow2-linux-553bbc11aa6c1f9e0f529a06aeeca15fbe4a3985.zip
x86/boot: Avoid warning for zero-filling .bss
The latest binutils are warning about a .fill directive with an explicit value in a .bss section: arch/x86/kernel/head_32.S: Assembler messages: arch/x86/kernel/head_32.S:677: Warning: ignoring fill value in section `.bss..page_aligned' arch/x86/kernel/head_32.S:679: Warning: ignoring fill value in section `.bss..page_aligned' This comes from the 'ENTRY()' macro padding the space between the symbols with 'nop' via: .align 4,0x90 Open-coding the .globl directive without the padding avoids that warning, as all the symbols are already page aligned. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Andy Lutomirski <luto@kernel.org> Cc: Borislav Petkov <bp@alien8.de> Cc: Brian Gerst <brgerst@gmail.com> Cc: Denys Vlasenko <dvlasenk@redhat.com> Cc: H. Peter Anvin <hpa@zytor.com> Cc: Josh Poimboeuf <jpoimboe@redhat.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Link: http://lkml.kernel.org/r/20161116141726.2013389-1-arnd@arndb.de Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/.gitignore')
0 files changed, 0 insertions, 0 deletions