projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7622b46
)
m32r: cleanup: drop .data.idt section in vmlinux.lds script
author
Cyrill Gorcunov
<gorcunov@gmail.com>
Fri, 18 Apr 2008 20:42:54 +0000
(13:42 -0700)
committer
Hirokazu Takata
<takata@linux-m32r.org>
Tue, 29 Apr 2008 05:46:00 +0000
(14:46 +0900)
The section .data.idt is not used at all - so drop it.
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
arch/m32r/kernel/vmlinux.lds.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/m32r/kernel/vmlinux.lds.S
b/arch/m32r/kernel/vmlinux.lds.S
index 41b07854fcc609c5d12c2254e1e09a807f1e9417..15a6f36c06db9c7c84db8d4698339f3f8d9ba413 100644
(file)
--- a/
arch/m32r/kernel/vmlinux.lds.S
+++ b/
arch/m32r/kernel/vmlinux.lds.S
@@
-60,9
+60,6
@@
SECTIONS
. = ALIGN(4096);
__nosave_end = .;
- . = ALIGN(4096);
- .data.page_aligned : { *(.data.idt) }
-
. = ALIGN(32);
.data.cacheline_aligned : { *(.data.cacheline_aligned) }