Blackfin arch: show_mem can not be marked as init, since it is called during OOM...
authorRobin Getz <robin.getz@analog.com>
Wed, 10 Oct 2007 09:25:15 +0000 (17:25 +0800)
committerBryan Wu <bryan.wu@analog.com>
Wed, 10 Oct 2007 09:25:15 +0000 (17:25 +0800)
show_mem can not be marked as init, since it is called during
OOM condition from /mm/oom_kill.c:out_of_memory() and
/mm/page_alloc.c:__alloc_pages()

Signed-off-by: Robin Getz <robin.getz@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>

No differences found