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)
commitb76f98761acc909c20c1e65c8af11dc1decae935
tree77ddc8e9578e1f26dfef6e6cb653ab41f04dfd39
parent1a7d91d651f25005c4f507aebf9eab17e508889c
Blackfin arch: show_mem can not be marked as init, since it is called during OOM condition

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>
arch/blackfin/mm/init.c