linux/arch/powerpc/platforms
Christoph Lameter e18b890bb0 [PATCH] slab: remove kmem_cache_t
Replace all uses of kmem_cache_t with struct kmem_cache.

The patch was generated using the following script:

	#!/bin/sh
	#
	# Replace one string by another in all the kernel sources.
	#

	set -e

	for file in `find * -name "*.c" -o -name "*.h"|xargs grep -l $1`; do
		quilt add $file
		sed -e "1,\$s/$1/$2/g" $file >/tmp/$$
		mv /tmp/$$ $file
		quilt refresh
	done

The script was run like this

	sh replace kmem_cache_t "struct kmem_cache"

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-12-07 08:39:25 -08:00
..
4xx ppc: Various minor compile fixes 2005-10-11 22:08:12 +10:00
8xx
52xx [POWERPC] Add missing EXPORTS for mpc52xx support 2006-12-05 11:34:37 +11:00
82xx [POWERPC] Make pci_read_irq_line the default 2006-12-04 16:00:04 +11:00
83xx [POWERPC] Remove ppc_md.pci_map_irq & ppc_swizzle for ARCH=powerpc 2006-12-04 16:00:14 +11:00
85xx [POWERPC] Remove ioremap64 and fixup_bigphys_addr 2006-12-04 20:39:04 +11:00
86xx [POWERPC] Make pci_read_irq_line the default 2006-12-04 16:00:04 +11:00
apus
cell [PATCH] slab: remove kmem_cache_t 2006-12-07 08:39:25 -08:00
chrp [POWERPC] Merge 32 and 64 bits asm-powerpc/io.h 2006-12-04 20:39:05 +11:00
embedded6xx WorkQueue: Fix up arch-specific work items where possible 2006-12-05 19:36:26 +00:00
iseries [POWERPC] Replace kmalloc+memset with kzalloc 2006-12-04 20:42:09 +11:00
maple [POWERPC] Make pci_read_irq_line the default 2006-12-04 16:00:04 +11:00
pasemi [POWERPC] Refactor 64 bits DMA operations 2006-12-04 20:38:40 +11:00
powermac WorkQueue: Fix up arch-specific work items where possible 2006-12-05 19:36:26 +00:00
prep
ps3 [POWERPC] ps3: multiplatform build fixes 2006-12-04 20:41:16 +11:00
pseries Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 2006-12-05 17:01:28 +00:00
Makefile [POWERPC] Move Efika support files into platforms/52xx 2006-12-04 20:41:39 +11:00