kernel-ark/arch/arm
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
..
boot
common WorkQueue: Fix up arch-specific work items where possible 2006-12-05 19:36:26 +00:00
configs [ARM] Add PM_LEGACY defaults 2006-11-26 16:39:00 +00:00
kernel [ARM] Export smp_call_function() 2006-11-26 16:39:00 +00:00
lib
mach-aaec2000
mach-at91rm9200
mach-clps711x
mach-clps7500
mach-ebsa110 [ARM] ebsa110: fix warnings generated by asm/arch/io.h 2006-11-20 15:59:10 +00:00
mach-ep93xx
mach-footbridge
mach-h720x
mach-imx
mach-integrator
mach-iop32x
mach-iop33x
mach-ixp4xx Fix misc Kconfig typos 2006-11-30 05:22:59 +01:00
mach-ixp23xx
mach-ixp2000
mach-l7200
mach-lh7a40x Fix misc Kconfig typos 2006-11-30 05:22:59 +01:00
mach-netx
mach-omap1 WorkQueue: Fix up arch-specific work items where possible 2006-12-05 19:36:26 +00:00
mach-omap2 WorkQueue: Fix up arch-specific work items where possible 2006-12-05 19:36:26 +00:00
mach-pnx4008
mach-pxa WorkQueue: Fix up arch-specific work items where possible 2006-12-05 19:36:26 +00:00
mach-realview
mach-rpc
mach-s3c2410 [PATCH] slab: remove kmem_cache_t 2006-12-07 08:39:25 -08:00
mach-sa1100
mach-shark
mach-versatile
mm [PATCH] mm: arch do_page_fault() vs in_atomic() 2006-12-07 08:39:21 -08:00
nwfpe
oprofile
plat-iop
plat-omap
tools
vfp
Kconfig
Kconfig-nommu
Kconfig.debug
Makefile