From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934993AbcI0Oyc (ORCPT ); Tue, 27 Sep 2016 10:54:32 -0400 Received: from smtprelay4.synopsys.com ([198.182.47.9]:38572 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933170AbcI0OyZ (ORCPT ); Tue, 27 Sep 2016 10:54:25 -0400 From: Vineet Gupta To: CC: Alexey Brodkin , Vineet Gupta , Andrew Morton , Kees Cook , Johannes Weiner , Tejun Heo , Arnd Bergmann , Petr Mladek , Ard Biesheuvel , "Thomas Garnier" , Nicolas Pitre , , Subject: [PATCH] perf: remove orphan DEBUG_PERF_USE_VMALLOC Date: Tue, 27 Sep 2016 07:53:56 -0700 Message-ID: <1474988036-22260-1-git-send-email-vgupta@synopsys.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.9.131.247] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This doesn't seem to be used anywhere Cc: Andrew Morton Cc: Kees Cook Cc: Johannes Weiner Cc: Tejun Heo Cc: Arnd Bergmann Cc: Petr Mladek Cc: Ard Biesheuvel Cc: Thomas Garnier Cc: Nicolas Pitre Cc: Peter Zijlstra Cc: linux-snps-arc@lists.infradead.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Vineet Gupta --- init/Kconfig | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/init/Kconfig b/init/Kconfig index cac3f096050d..934a61f6e2cc 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1707,19 +1707,6 @@ config PERF_EVENTS Say Y if unsure. -config DEBUG_PERF_USE_VMALLOC - default n - bool "Debug: use vmalloc to back perf mmap() buffers" - depends on PERF_EVENTS && DEBUG_KERNEL && !PPC - select PERF_USE_VMALLOC - help - Use vmalloc memory to back perf mmap() buffers. - - Mostly useful for debugging the vmalloc code on platforms - that don't require it. - - Say N if unsure. - endmenu config VM_EVENT_COUNTERS -- 2.7.4