original_kernel/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 Initial blind fixup for arm for irq changes 2006-10-06 10:59:54 -07:00
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 [ARM] 3915/1: S3C2412: Add s3c2410_gpio_getirq() to general gpio.c 2006-11-02 22:58:52 +00:00
irq.c Initial blind fixup for arm for irq changes 2006-10-06 10:59:54 -07:00
irq.h
mach-amlm5900.c Initial blind fixup for arm for irq changes 2006-10-06 10:59:54 -07:00
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 Initial blind fixup for arm for irq changes 2006-10-06 10:59:54 -07:00
s3c244x.c
s3c244x.h fix file specification in comments 2006-10-03 23:01:26 +02:00
s3c2400-gpio.c fix file specification in comments 2006-10-03 23:01:26 +02:00
s3c2400.h
s3c2410-clock.c fix file specification in comments 2006-10-03 23:01:26 +02:00
s3c2410-dma.c
s3c2410-gpio.c [ARM] 3915/1: S3C2412: Add s3c2410_gpio_getirq() to general gpio.c 2006-11-02 22:58:52 +00:00
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 Initial blind fixup for arm for irq changes 2006-10-06 10:59:54 -07:00
s3c2440.c
s3c2440.h
s3c2442-clock.c
s3c2442.c fix file specification in comments 2006-10-03 23:01:26 +02:00
s3c2442.h
sleep.S
time.c Initial blind fixup for arm for irq changes 2006-10-06 10:59:54 -07:00
usb-simtec.c Initial blind fixup for arm for irq changes 2006-10-06 10:59:54 -07:00
usb-simtec.h fix file specification in comments 2006-10-03 23:01:26 +02:00