| commit | bcbe40ebdd6ab832793448c8e611cfa904968e9a | [log] [tgz] |
|---|---|---|
| author | Sam Ravnborg <sam@ravnborg.org> | Mon Sep 17 19:02:30 2007 -0700 |
| committer | David S. Miller <davem@sunset.davemloft.net> | Sat Oct 13 21:53:10 2007 -0700 |
| tree | 10673492e94482808ee894f2b7104f79215ed5b4 | |
| parent | 9bb3c227c47b23280eb50fac0872d96ef3e160a7 [diff] |
[SPARC]: beautify vmlinux.lds
Make vmlinux.lds almost readable.
When going through the file fixed the following:
- Use PAGE_SIZE as replacement for hardcoded 4096
- Moves label definitions inside {} to avoid ld alignment
that may be added between label and section
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>