Files
linux/arch
Atsushi Nemoto fb4bb133ad [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>
2007-07-24 16:02:47 +01:00
..
2007-07-17 10:23:03 -07:00
2007-07-22 11:17:17 -07:00
2007-07-21 17:49:14 -07:00
2007-07-21 17:49:15 -07:00
2007-07-19 18:37:54 -07:00
2007-07-17 10:23:03 -07:00