Prev: [PATCH 2/4] perf: Fetch hot regs from the template caller
Next: [PATCH -mm 4/5] arm: use asm-generic/scatterlist.h
From: FUJITA Tomonori on 4 Apr 2010 10:50 This is the first half of the attempt to use asm-generic/scatterlist.h on every architecture. There are only two ways to define scatterlist structure. So it's easy to convert every architecture to use asm-generic/scatterlist.h. = arch/alpha/Kconfig | 3 +++ arch/alpha/include/asm/scatterlist.h | 21 +++------------------ arch/arm/include/asm/scatterlist.h | 20 ++------------------ arch/ia64/Kconfig | 3 +++ arch/microblaze/include/asm/scatterlist.h | 2 ++ arch/powerpc/Kconfig | 3 +++ arch/powerpc/include/asm/scatterlist.h | 29 +---------------------------- arch/s390/include/asm/scatterlist.h | 2 ++ arch/score/include/asm/scatterlist.h | 2 ++ arch/sh/Kconfig | 3 +++ arch/sparc/Kconfig | 3 +++ arch/sparc/include/asm/scatterlist.h | 2 +- arch/x86/Kconfig | 3 +++ include/asm-generic/scatterlist.h | 15 ++++----------- 14 files changed, 35 insertions(+), 76 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |