linux-stable-rt/arch/arm/mach-s3c2410
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
..
Kconfig Fix misc Kconfig typos 2006-11-30 05:22:59 +01:00
Makefile
Makefile.boot
bast-irq.c
bast.h
clock.c
clock.h
common-smdk.c
common-smdk.h
cpu.c
cpu.h
devs.c
devs.h
dma.c [PATCH] slab: remove kmem_cache_t 2006-12-07 08:39:25 -08:00
dma.h
gpio.c
irq.c
irq.h
mach-amlm5900.c
mach-anubis.c
mach-bast.c
mach-h1940.c
mach-n30.c
mach-nexcoder.c
mach-osiris.c
mach-otom.c
mach-rx3715.c
mach-smdk2410.c
mach-smdk2413.c
mach-smdk2440.c
mach-vr1000.c
mach-vstms.c
pm-simtec.c
pm.c
pm.h
s3c244x-irq.c
s3c244x.c
s3c244x.h
s3c2400-gpio.c
s3c2400.h
s3c2410-clock.c
s3c2410-dma.c
s3c2410-gpio.c
s3c2410-irq.c
s3c2410-pm.c
s3c2410-sleep.S
s3c2410.c
s3c2410.h
s3c2412-clock.c
s3c2412-dma.c
s3c2412-irq.c
s3c2412-pm.c
s3c2412.c
s3c2412.h
s3c2440-clock.c
s3c2440-dma.c
s3c2440-dsc.c
s3c2440-irq.c
s3c2440.c
s3c2440.h
s3c2442-clock.c
s3c2442.c
s3c2442.h
sleep.S
time.c
usb-simtec.c
usb-simtec.h