Code Review
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
| inline |
side by side
Merge branch 'for-linus' of git://repo.or.cz/cris-mirror
[linux-2.6.git]
/
arch
/
cris
/
kernel
/
vmlinux.lds.S
diff --git
a/arch/cris/kernel/vmlinux.lds.S
b/arch/cris/kernel/vmlinux.lds.S
index 971c2fa08f2d4ff869bc65185fbd51dae7e004d5..bbfda67d2907009c34af0d1b3f3ecd35ec03e47e 100644
(file)
--- a/
arch/cris/kernel/vmlinux.lds.S
+++ b/
arch/cris/kernel/vmlinux.lds.S
@@
-119,12
+119,7
@@
SECTIONS
_end = .;
__end = .;
- /* Sections to be discarded */
- /DISCARD/ : {
- EXIT_TEXT
- EXIT_DATA
- *(.exitcall.exit)
- }
-
dram_end = dram_start + (CONFIG_ETRAX_DRAM_SIZE - __CONFIG_ETRAX_VMEM_SIZE)*1024*1024;
+
+ DISCARDS
}