android_kernel_xiaomi_sm7250/arch/frv
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 [PATCH] sanitize frv archclean 2006-09-22 17:48:56 -07:00
kernel [PATCH] mm: pagefault_{disable,enable}() 2006-12-07 08:39:21 -08:00
lib [NET]: FRV checksum annotations. 2006-12-02 21:23:03 -08:00
mb93090-mb00 [PATCH] FRV: Use the generic IRQ stuff 2006-09-26 08:48:53 -07:00
mm [PATCH] slab: remove kmem_cache_t 2006-12-07 08:39:25 -08:00
defconfig [PATCH] FRV: Add defconfig 2005-07-07 18:23:42 -07:00
Kconfig [PATCH] FRV: Permit large kmalloc allocations [try #2] 2006-10-03 08:03:40 -07:00
Kconfig.debug [PATCH] frv: drop unsupported debugging features 2006-01-08 20:13:36 -08:00
Makefile [PATCH] sanitize frv archclean 2006-09-22 17:48:56 -07:00