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

Commit 2d0e2baa authored by David Howells's avatar David Howells Committed by Linus Torvalds
Browse files

FRV: Drop the .data.idt section for FRV



There is no .data.idt section for FRV, so drop it from the linker script.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 7be5cb14
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -76,9 +76,6 @@ SECTIONS
	  *(.data.init_task)
	  *(.data.init_task)
  }
  }


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

  . = ALIGN(L1_CACHE_BYTES);
  . = ALIGN(L1_CACHE_BYTES);
  .data.cacheline_aligned : { *(.data.cacheline_aligned) }
  .data.cacheline_aligned : { *(.data.cacheline_aligned) }