From: Paul Mundt Date: Tue, 27 Oct 2009 08:08:55 +0000 (+0900) Subject: sh: enable PERF_USE_VMALLOC across the board. X-Git-Tag: v2.6.33-rc1~347^2~27^2~47 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=72f0c137a5c82df628dc646a82b9d8e3277b1234;p=karo-tx-linux.git sh: enable PERF_USE_VMALLOC across the board. The vast majority of SH platforms want this, and the few that don't aren't going to care one way or the other. Enable it across the board. Signed-off-by: Paul Mundt --- diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 1481df2cb2e3..a6a70233033d 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -18,6 +18,7 @@ config SUPERH select HAVE_DMA_API_DEBUG select HAVE_DMA_ATTRS select HAVE_PERF_EVENTS + select PERF_USE_VMALLOC select HAVE_KERNEL_GZIP select HAVE_KERNEL_BZIP2 select HAVE_KERNEL_LZMA