git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
904880e
)
[MIPS] Do not use -msym32 option for modules.
author
Atsushi Nemoto
<anemo@mba.ocn.ne.jp>
Tue, 10 Oct 2006 13:13:55 +0000
(22:13 +0900)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 2 Nov 2006 17:23:34 +0000
(17:23 +0000)
On 64-bit kernel, modules are loaded into XKSEG for now. While XKSEG
address is not a sign-extended 32-bit address, we can not use -msym32
option.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
No differences found