From: Kyle Moffett Date: Sat, 3 Sep 2005 22:55:03 +0000 (-0700) Subject: [PATCH] sab: consolidate kmem_bufctl_t X-Git-Tag: v2.6.14-rc1~955 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa5b08d5f818063d18433194f20359ef2ae50254;p=pandora-kernel.git [PATCH] sab: consolidate kmem_bufctl_t This is used only in slab.c and each architecture gets to define whcih underlying type is to be used. Seems a bit silly - move it to slab.c and use the same type for all architectures: unsigned int. Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed