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:
533ffc2
)
[PATCH] slab: fix kmem_ptr_validate definition
author
Christoph Lameter
<clameter@sgi.com>
Fri, 22 Dec 2006 09:06:44 +0000
(
01:06
-0800)
committer
Linus Torvalds
<torvalds@woody.osdl.org>
Fri, 22 Dec 2006 16:55:47 +0000
(08:55 -0800)
The declaration of kmem_ptr_validate in slab.h does not match the
one in slab.c. Remove the fastcall attribute (this is the only use in
slab.c).
Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found