Skip to content
  • Tim Abbott's avatar
    x86: convert to use __HEAD and HEAD_TEXT macros. · 4ae59b91
    Tim Abbott authored
    
    
    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: default avatarTim Abbott <tabbott@ksplice.com>
    Cc: Ingo Molnar <mingo@redhat.com>
    Cc: Sam Ravnborg <sam@ravnborg.org>
    Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
    4ae59b91