repo.or.cz
/
linux-2.6
/
verdex.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[TG3]: Set minimal hw interrupt mitigation.
[linux-2.6/verdex.git]
/
arch
/
sh
/
ramdisk
/
ld.script
blob
94beee248c044e6fa69c0f168032c1ec7febef9e
1
OUTPUT_ARCH(sh)
2
SECTIONS
3
{
4
.initrd :
5
{
6
*(.data)
7
}
8
}
9