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

Commit f668f55c authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Fixup .data.page_aligned.



This had a bogus .data.idt reference, fix it up..

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 05c8690d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ SECTIONS
	}

  . = ALIGN(PAGE_SIZE);
  .data.page_aligned : { *(.data.idt) }
  .data.page_aligned : { *(.data.page_aligned) }

  . = ALIGN(32);
  __per_cpu_start = .;