android_kernel_samsung_msm8976/arch/sh/kernel/cpu/sh4
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
..
clock-sh4-202.c sh: Clock framework tidying. 2006-12-06 10:45:40 +09:00
clock-sh4.c [PATCH] sh: Simplistic clock framework 2006-01-16 23:15:28 -08:00
clock-sh7770.c [PATCH] sh: Simplistic clock framework 2006-01-16 23:15:28 -08:00
clock-sh7780.c sh: Clock framework tidying. 2006-12-06 10:45:40 +09:00
clock-sh73180.c [PATCH] sh: Simplistic clock framework 2006-01-16 23:15:28 -08:00
ex.S sh: Fix exception_handling_table alignment. 2006-10-19 16:30:32 +09:00
fpu.c sh: Set up correct siginfo structures for page faults. 2006-12-06 10:45:38 +09:00
Makefile sh: Exception vector rework and SH-2/SH-2A support. 2006-12-06 10:45:36 +09:00
probe.c sh: TLB miss fast-path optimizations. 2006-12-06 10:45:38 +09:00
setup-sh4-202.c sh: Add setup code for various CPU subtypes. 2006-09-27 17:30:35 +09:00
setup-sh7343.c sh: Add support for SH7706/SH7710/SH7343 CPUs. 2006-09-27 17:38:11 +09:00
setup-sh7750.c sh: sh775x/titan fixes for irq header changes. 2006-12-06 12:05:02 +09:00
setup-sh7760.c sh: Convert INTC2 to IRQ table registration. 2006-10-20 15:30:55 +09:00
setup-sh7770.c sh: Add setup code for various CPU subtypes. 2006-09-27 17:30:35 +09:00
setup-sh7780.c sh: Drop CPU subtype IRQ headers. 2006-12-06 10:45:37 +09:00
setup-sh73180.c sh: Add setup code for various CPU subtypes. 2006-09-27 17:30:35 +09:00
sq.c [PATCH] slab: remove kmem_cache_t 2006-12-07 08:39:25 -08:00