Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d89cfe7f authored by Russ Anderson's avatar Russ Anderson Committed by Tony Luck
Browse files

[IA64] Move __mca_table out of the __init section



Move __mca_table out of the __init section.

Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent e6d1ba5c
Loading
Loading
Loading
Loading
+9 −9
Original line number Original line Diff line number Diff line
@@ -70,6 +70,15 @@ SECTIONS
	  __stop___ex_table = .;
	  __stop___ex_table = .;
	}
	}


  /* MCA table */
  . = ALIGN(16);
  __mca_table : AT(ADDR(__mca_table) - LOAD_OFFSET)
	{
	  __start___mca_table = .;
	  *(__mca_table)
	  __stop___mca_table = .;
	}

  /* Global data */
  /* Global data */
  _data = .;
  _data = .;


@@ -130,15 +139,6 @@ SECTIONS
	  __initcall_end = .;
	  __initcall_end = .;
	}
	}


  /* MCA table */
  . = ALIGN(16);
  __mca_table : AT(ADDR(__mca_table) - LOAD_OFFSET)
	{
	  __start___mca_table = .;
	  *(__mca_table)
	  __stop___mca_table = .;
	}

  .data.patch.vtop : AT(ADDR(.data.patch.vtop) - LOAD_OFFSET)
  .data.patch.vtop : AT(ADDR(.data.patch.vtop) - LOAD_OFFSET)
	{
	{
	  __start___vtop_patchlist = .;
	  __start___vtop_patchlist = .;