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:
92cc6b0
)
kbuild: whitelist references from variables named _timer to .init.text
author
Sam Ravnborg
<sam@ravnborg.org>
Sun, 3 Jun 2007 20:19:24 +0000
(22:19 +0200)
committer
Sam Ravnborg
<sam@ravnborg.org>
Mon, 16 Jul 2007 21:25:00 +0000
(23:25 +0200)
arm uses a lot of ops structures named *_timer that has legitimite
references to .init.text.
So let's add this variable to the list of variables that may reference
.init.text without causing any warning.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
No differences found