diff options
author | Kyle Moffett <mrmacman_g4@mac.com> | 2005-09-03 15:55:03 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 00:05:48 -0700 |
commit | fa5b08d5f818063d18433194f20359ef2ae50254 (patch) | |
tree | f2b2bc88347a618f0c4b535d57d2a5271a5eb98e /include/asm-ppc | |
parent | 0e5c9f39f64d8a55c5db37a5ea43e37d3422fd92 (diff) | |
download | linux-3.10-fa5b08d5f818063d18433194f20359ef2ae50254.tar.gz linux-3.10-fa5b08d5f818063d18433194f20359ef2ae50254.tar.bz2 linux-3.10-fa5b08d5f818063d18433194f20359ef2ae50254.zip |
[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>
Diffstat (limited to 'include/asm-ppc')
-rw-r--r-- | include/asm-ppc/types.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-ppc/types.h b/include/asm-ppc/types.h index a787bc03258..77dc24d7d2a 100644 --- a/include/asm-ppc/types.h +++ b/include/asm-ppc/types.h @@ -62,8 +62,6 @@ typedef u64 sector_t; #define HAVE_SECTOR_T #endif -typedef unsigned int kmem_bufctl_t; - #endif /* __ASSEMBLY__ */ #endif /* __KERNEL__ */ |