• T
    x86: convert to use __HEAD and HEAD_TEXT macros. · 4ae59b91
    Tim Abbott 提交于
    This has the consequence of changing the section name use for head
    code from ".text.head" to ".head.text".  It also eliminates the
    ".text.head" output section (instead placing head code at the start of
    the .text output section), which should be harmless.
    
    This patch only changes the sections in the actual kernel, not those
    in the compressed boot loader.
    Signed-off-by: NTim Abbott <tabbott@ksplice.com>
    Cc: Ingo Molnar <mingo@redhat.com>
    Cc: Sam Ravnborg <sam@ravnborg.org>
    Signed-off-by: NH. Peter Anvin <hpa@zytor.com>
    4ae59b91
head_64.S 10.8 KB