• Nelson Elhage's avatar
    [IA64] Clean up linker script using standard macros. · 6ae86350
    Nelson Elhage authored
    Aside from using fewer output sections and moving some data around,
    the main side effect of this change is changing the alignment of some
    sections. In particular:
    
    * cachline-aligned and read_mostly data are now aligned to
      SMP_CACHE_BYTES. (Previously, they were laid out consecutively after
      a PAGE_SIZE alignment)
    * .init.ramfs is now page-aligned, per the INIT_RAM_FS
      macro. (Previously it had no explicit alignment).
    Signed-off-by: default avatarNelson Elhage <nelhage@ksplice.com>
    Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
    6ae86350
vmlinux.lds.S 5.07 KB