Commit 59d42c0e authored by Linus Torvalds's avatar Linus Torvalds

Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_dev

* 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_dev:
  m32r: cleanup: drop .data.idt section in vmlinux.lds script
  m32r: use KBUILD_DEFCONFIG
parents 02cdf082 62478fa4
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
# architecture-specific flags and dependencies. # architecture-specific flags and dependencies.
# #
KBUILD_DEFCONFIG := m32700ut.smp_defconfig
LDFLAGS := LDFLAGS :=
OBJCOPYFLAGS := -O binary -R .note -R .comment -S OBJCOPYFLAGS := -O binary -R .note -R .comment -S
LDFLAGS_vmlinux := LDFLAGS_vmlinux :=
......
This diff is collapsed.
...@@ -60,9 +60,6 @@ SECTIONS ...@@ -60,9 +60,6 @@ SECTIONS
. = ALIGN(4096); . = ALIGN(4096);
__nosave_end = .; __nosave_end = .;
. = ALIGN(4096);
.data.page_aligned : { *(.data.idt) }
. = ALIGN(32); . = ALIGN(32);
.data.cacheline_aligned : { *(.data.cacheline_aligned) } .data.cacheline_aligned : { *(.data.cacheline_aligned) }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment