From mboxrd@z Thu Jan 1 00:00:00 1970 From: tixy@linaro.org (Jon Medhurst (Tixy)) Date: Mon, 03 Feb 2014 15:45:58 +0000 Subject: [PATCH v5 16/16] ARM: Remove uprobes dependency on kprobes In-Reply-To: <1390507559-4697-17-git-send-email-dave.long@linaro.org> References: <1390507559-4697-1-git-send-email-dave.long@linaro.org> <1390507559-4697-17-git-send-email-dave.long@linaro.org> Message-ID: <1391442358.3509.19.camel@linaro1.home> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, 2014-01-23 at 15:05 -0500, David Long wrote: > From: "David A. Long" > > Now that arm uprobes support has been made separate from the arm kprobes code > the Kconfig can be changed to reflect that. > > Signed-off-by: David A. Long > --- > arch/arm/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig > index fec5a6b..9ddc4ae 100644 > --- a/arch/arm/Kconfig > +++ b/arch/arm/Kconfig > @@ -204,7 +204,6 @@ config NEED_DMA_MAP_STATE > def_bool y > > config ARCH_SUPPORTS_UPROBES > - depends on KPROBES > def_bool y > > config ARCH_HAS_DMA_SET_COHERENT_MASK Was this patch meant to have other contents? If not, it seems a bit pointless as all it does is remove a line added in the previous patch, so should just be folded into that one. -- Tixy