diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2007-07-22 18:44:20 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-24 19:02:47 +0400 |
commit | fb4bb133ada7423b2504bb64bb6cc95c079a7d9d (patch) | |
tree | 00e5ceabeeeb9a0e678f21489fb690ba18f21c14 /arch/mips/jazz | |
parent | 9a0f3b73601a146998236237d82b55ae80337f10 (diff) | |
download | linux-fb4bb133ada7423b2504bb64bb6cc95c079a7d9d.tar.xz |
[MIPS] Mark prom_free_prom_memory as __init_refok
> WARNING: vmlinux.o(.text+0xbf20): Section mismatch: reference to
> .init.text:prom_free_prom_memory (between 'free_initmem' and 'copy_from_user_page')
prom_free_prom_memory() is called _before_ freeing init sections, so
it is false positive. __init_refok can be used for such cases.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/jazz')
0 files changed, 0 insertions, 0 deletions