git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74d46d6
)
percpu: use the right flag for get_vm_area()
author
Amerigo Wang
<amwang@redhat.com>
Thu, 13 Aug 2009 06:00:13 +0000
(
02:00
-0400)
committer
Tejun Heo
<tj@kernel.org>
Fri, 14 Aug 2009 04:21:10 +0000
(13:21 +0900)
get_vm_area() only accepts VM_* flags, not GFP_*.
And according to the doc of get_vm_area(), here should be
VM_ALLOC.
Signed-off-by: WANG Cong <amwang@redhat.com>
Acked-by: Tejun Heo <tj@kernel.org>
Cc: Ingo Molnar <mingo@elte.hu>
mm/percpu.c
patch
|
blob
|
history
diff --cc
mm/percpu.c
Simple merge