alistair23-linux/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
..
bast-irq.c Initial blind fixup for arm for irq changes 2006-10-06 10:59:54 -07:00
bast.h
clock.c [ARM] 3640/1: S3C2412: Use S3C24XX_DCLKCON instead of S3C2410_DCLKCON 2006-06-24 21:21:32 +01:00
clock.h [ARM] 3637/1: S3C24XX: Add mpll clock, and set as fclk parent 2006-06-24 21:21:29 +01:00
common-smdk.c
common-smdk.h
cpu.c [ARM] 3841/1: S3C2412: Add new IDCODE 32412003 2006-09-25 10:33:55 +01:00
cpu.h [ARM] 3767/1: S3C24XX: remove changelog comments from arch/arm/mach-s3c2410 2006-09-06 19:03:21 +01:00
devs.c [ARM] 3767/1: S3C24XX: remove changelog comments from arch/arm/mach-s3c2410 2006-09-06 19:03:21 +01:00
devs.h [ARM] 3843/1: S3C24XX: Remove modfication lines from comments 2006-09-25 10:33:57 +01:00
dma.c [PATCH] slab: remove kmem_cache_t 2006-12-07 08:39:25 -08:00
dma.h [ARM] 3796/1: S3C24XX: Add per-cpu DMA channel mapper 2006-09-25 10:25:15 +01:00
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 [ARM] 3794/1: S3C24XX: do not defined set_irq_wake when no CONFIG_PM 2006-09-18 13:30:20 +01:00
Kconfig Fix misc Kconfig typos 2006-11-30 05:22:59 +01:00
mach-amlm5900.c Initial blind fixup for arm for irq changes 2006-10-06 10:59:54 -07:00
mach-anubis.c [ARM] 3843/1: S3C24XX: Remove modfication lines from comments 2006-09-25 10:33:57 +01:00
mach-bast.c [ARM] 3767/1: S3C24XX: remove changelog comments from arch/arm/mach-s3c2410 2006-09-06 19:03:21 +01:00
mach-h1940.c [ARM] 3767/1: S3C24XX: remove changelog comments from arch/arm/mach-s3c2410 2006-09-06 19:03:21 +01:00
mach-n30.c
mach-nexcoder.c [ARM] 3557/1: S3C24XX: centralise and cleanup uart registration 2006-06-18 23:04:05 +01:00
mach-osiris.c [ARM] 3732/1: S3C24XX: tidy syntax in osiris and anubis machines 2006-07-26 20:16:39 +01:00
mach-otom.c [ARM] 3557/1: S3C24XX: centralise and cleanup uart registration 2006-06-18 23:04:05 +01:00
mach-rx3715.c [ARM] 3767/1: S3C24XX: remove changelog comments from arch/arm/mach-s3c2410 2006-09-06 19:03:21 +01:00
mach-smdk2410.c [ARM] 3767/1: S3C24XX: remove changelog comments from arch/arm/mach-s3c2410 2006-09-06 19:03:21 +01:00
mach-smdk2413.c [ARM] 3774/1: S3C24XX: SMDK2413 has two machine IDs 2006-09-06 19:03:31 +01:00
mach-smdk2440.c [ARM] 3843/1: S3C24XX: Remove modfication lines from comments 2006-09-25 10:33:57 +01:00
mach-vr1000.c [ARM] 3767/1: S3C24XX: remove changelog comments from arch/arm/mach-s3c2410 2006-09-06 19:03:21 +01:00
mach-vstms.c [ARM] 3840/1: S3C2412: Add machine VSTMS 2006-09-25 10:33:54 +01:00
Makefile [ARM] 3858/1: S3C2412: power management code 2006-09-27 09:35:04 +01:00
Makefile.boot
pm-simtec.c [ARM] 3862/2: S3C2410 - add basic power management support for AML M5900 series 2006-09-27 23:44:33 +01:00
pm.c [ARM] 3836/1: S3C24XX: Clear both EINT and INT status before sleep 2006-09-25 10:25:32 +01:00
pm.h [ARM] 3803/2: S3C24XX: PM split S3C2410 out of core pm 2006-09-25 10:25:30 +01:00
s3c244x-irq.c Initial blind fixup for arm for irq changes 2006-10-06 10:59:54 -07:00
s3c244x.c [ARM] 3658/1: S3C244X: Change usb-gadget name to s3c2440-usbgadget 2006-06-28 17:54:53 +01:00
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 [ARM] 3799/1: S3C2442: DMA channel mappings 2006-09-25 10:25:19 +01:00
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 [ARM] 3801/1: S3C24XX: Move IRQ PM out of pm.c 2006-09-25 10:25:20 +01:00
s3c2410-pm.c [ARM] 3862/2: S3C2410 - add basic power management support for AML M5900 series 2006-09-27 23:44:33 +01:00
s3c2410-sleep.S [ARM] 3803/2: S3C24XX: PM split S3C2410 out of core pm 2006-09-25 10:25:30 +01:00
s3c2410.c [ARM] 3843/1: S3C24XX: Remove modfication lines from comments 2006-09-25 10:33:57 +01:00
s3c2410.h [ARM] 3767/1: S3C24XX: remove changelog comments from arch/arm/mach-s3c2410 2006-09-06 19:03:21 +01:00
s3c2412-clock.c [ARM] 3638/1: S3C2412: core clocks 2006-06-24 21:21:31 +01:00
s3c2412-dma.c [ARM] 3800/2: S3C2412: DMA channel mappings 2006-09-25 10:25:29 +01:00
s3c2412-irq.c [ARM] 3801/1: S3C24XX: Move IRQ PM out of pm.c 2006-09-25 10:25:20 +01:00
s3c2412-pm.c [ARM] 3858/1: S3C2412: power management code 2006-09-27 09:35:04 +01:00
s3c2412.c [ARM] 3858/1: S3C2412: power management code 2006-09-27 09:35:04 +01:00
s3c2412.h [ARM] 3635/1: S3C24XX: Add S3C2412 core cpu support 2006-06-24 21:21:27 +01:00
s3c2440-clock.c [ARM] 3627/1: S3C24XX: split s3c2410 clocks from core clocks 2006-06-22 22:18:20 +01:00
s3c2440-dma.c [ARM] 3798/1: S3C2440: DMA channel mappings 2006-09-25 10:25:18 +01:00
s3c2440-dsc.c [ARM] 3843/1: S3C24XX: Remove modfication lines from comments 2006-09-25 10:33:57 +01:00
s3c2440-irq.c Initial blind fixup for arm for irq changes 2006-10-06 10:59:54 -07:00
s3c2440.c [ARM] 3559/1: S3C2442: core and serial port 2006-06-18 23:06:41 +01:00
s3c2440.h
s3c2442-clock.c [ARM] 3627/1: S3C24XX: split s3c2410 clocks from core clocks 2006-06-22 22:18:20 +01:00
s3c2442.c fix file specification in comments 2006-10-03 23:01:26 +02:00
s3c2442.h [ARM] 3559/1: S3C2442: core and serial port 2006-06-18 23:06:41 +01:00
sleep.S [ARM] 3803/2: S3C24XX: PM split S3C2410 out of core pm 2006-09-25 10:25:30 +01:00
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