]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] slab: fix kmem_ptr_validate definition
authorChristoph Lameter <clameter@sgi.com>
Fri, 22 Dec 2006 09:06:44 +0000 (01:06 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 22 Dec 2006 16:55:47 +0000 (08:55 -0800)
commitb7f869a2847dfe6f9b0835ca1b24e73bed926d7d
tree1bbbc406453ca08385e0199515ad6933c6e30f74
parent533ffc289db9f44c0633d3a7b87243b5740b02b2
[PATCH] slab: fix kmem_ptr_validate definition

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>
mm/slab.c