]> err.no Git - linux-2.6/commit
[PATCH] sab: consolidate kmem_bufctl_t
authorKyle Moffett <mrmacman_g4@mac.com>
Sat, 3 Sep 2005 22:55:03 +0000 (15:55 -0700)
committerLinus Torvalds <torvalds@evo.osdl.org>
Mon, 5 Sep 2005 07:05:48 +0000 (00:05 -0700)
commitfa5b08d5f818063d18433194f20359ef2ae50254
treef2b2bc88347a618f0c4b535d57d2a5271a5eb98e
parent0e5c9f39f64d8a55c5db37a5ea43e37d3422fd92
[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 <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
23 files changed:
include/asm-alpha/types.h
include/asm-arm/types.h
include/asm-arm26/types.h
include/asm-cris/types.h
include/asm-frv/types.h
include/asm-h8300/types.h
include/asm-i386/types.h
include/asm-ia64/types.h
include/asm-m32r/types.h
include/asm-m68k/types.h
include/asm-mips/types.h
include/asm-parisc/types.h
include/asm-ppc/types.h
include/asm-ppc64/types.h
include/asm-s390/types.h
include/asm-sh/types.h
include/asm-sh64/types.h
include/asm-sparc/types.h
include/asm-sparc64/types.h
include/asm-v850/types.h
include/asm-x86_64/types.h
include/asm-xtensa/types.h
mm/slab.c