projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30e9656
)
[PATCH] SLOB=y && SMP=y fix
author
Ingo Molnar
<mingo@elte.hu>
Wed, 8 Feb 2006 09:11:56 +0000
(10:11 +0100)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 8 Feb 2006 15:52:58 +0000
(07:52 -0800)
fix CONFIG_SLOB=y (when CONFIG_SMP=y): get rid of the 'align' parameter
from its __alloc_percpu() implementation. Boot-tested on x86.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/slob.c
patch
|
blob
|
history
diff --git
a/mm/slob.c
b/mm/slob.c
index 1c240c4b71d9bba885ee2a507dd2d83de3f004e9..a1f42bdc0245c84889080f20be6abb42ac808add 100644
(file)
--- a/
mm/slob.c
+++ b/
mm/slob.c
@@
-336,7
+336,7
@@
EXPORT_SYMBOL(slab_reclaim_pages);
#ifdef CONFIG_SMP
-void *__alloc_percpu(size_t size
, size_t align
)
+void *__alloc_percpu(size_t size)
{
int i;
struct percpu_data *pdata = kmalloc(sizeof (*pdata), GFP_KERNEL);