Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932421AbcLMIXR (ORCPT ); Tue, 13 Dec 2016 03:23:17 -0500 Received: from mail-wj0-f194.google.com ([209.85.210.194]:33936 "EHLO mail-wj0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751779AbcLMIXP (ORCPT ); Tue, 13 Dec 2016 03:23:15 -0500 From: Valentin Rothberg To: allen.pais@oracle.com, davem@davemloft.net Cc: linux-kernel@vger.kernel.org, Valentin Rothberg Subject: [PATCH] sparc64_defconfig: correctly set user probes Date: Tue, 13 Dec 2016 09:22:55 +0100 Message-Id: <20161213082255.4733-1-valentinrothberg@gmail.com> X-Mailer: git-send-email 2.10.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 664 Lines: 22 s/UPROBE_EVENTS/UPROBE_EVENT/ Signed-off-by: Valentin Rothberg --- arch/sparc/configs/sparc64_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sparc/configs/sparc64_defconfig b/arch/sparc/configs/sparc64_defconfig index b2e650d1764f..f912fd1f7e32 100644 --- a/arch/sparc/configs/sparc64_defconfig +++ b/arch/sparc/configs/sparc64_defconfig @@ -213,7 +213,7 @@ CONFIG_SCHEDSTATS=y # CONFIG_RCU_CPU_STALL_DETECTOR is not set CONFIG_SYSCTL_SYSCALL_CHECK=y CONFIG_BLK_DEV_IO_TRACE=y -CONFIG_UPROBE_EVENTS=y +CONFIG_UPROBE_EVENT=y CONFIG_KEYS=y CONFIG_CRYPTO_NULL=m CONFIG_CRYPTO_TEST=m -- 2.10.2