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:
85bd2fd
)
kbuild: whitelist section mismatch in init/main.c
author
Sam Ravnborg
<sam@ravnborg.org>
Mon, 26 Feb 2007 15:45:41 +0000
(16:45 +0100)
committer
Sam Ravnborg
<sam@ravnborg.org>
Wed, 2 May 2007 18:58:07 +0000
(20:58 +0200)
In init/main.c we have a reference from rest_init() to .init.text
which is intentional.
Rename the function 'init' to 'kernel_init' to make it a
kernel wide unique symbol and whitelist the reference.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
No differences found