projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a7d91d
)
Blackfin arch: show_mem can not be marked as init, since it is called during OOM...
author
Robin Getz
<robin.getz@analog.com>
Wed, 10 Oct 2007 09:25:15 +0000
(17:25 +0800)
committer
Bryan 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>
arch/blackfin/mm/init.c
patch
|
blob
|
history
diff --git
a/arch/blackfin/mm/init.c
b/arch/blackfin/mm/init.c
index
68459cc
..
e97ea8f
100644
(file)
--- a/
arch/blackfin/mm/init.c
+++ b/
arch/blackfin/mm/init.c
@@
-53,7
+53,7
@@
static unsigned long empty_bad_page;
unsigned long empty_zero_page;
-void
__init
show_mem(void)
+void show_mem(void)
{
unsigned long i;
int free = 0, total = 0, reserved = 0, shared = 0;