Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754092AbbHUNWT (ORCPT ); Fri, 21 Aug 2015 09:22:19 -0400 Received: from mail-lb0-f175.google.com ([209.85.217.175]:33461 "EHLO mail-lb0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753065AbbHUNWQ (ORCPT ); Fri, 21 Aug 2015 09:22:16 -0400 MIME-Version: 1.0 In-Reply-To: References: From: Valentin Rothberg Date: Fri, 21 Aug 2015 15:21:45 +0200 Message-ID: Subject: Re: mips: MT: ptrace.c: undefined MIPS_MT_SMTC To: ralf@linux-mips.org, Paul Bolle , linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, Andreas Ruprecht Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 995 Lines: 28 On Fri, Jul 31, 2015 at 8:42 PM, Valentin Rothberg wrote: > Hi Ralf, > > your commit 23c59ee7e541 ("MIPS: Add uprobes support.") is in today's > linux-next tree (i.e., next-20150731) and it adds the following lines > of code to arch/mips/kernel/ptrace.c: > > +#ifdef CONFIG_MIPS_MT_SMTC > + REG_OFFSET_NAME(c0_tcstatus, cp0_tcstatus), > +#endif > > The Kconfig option MIPS_MT_SMTC has been removed by commit > b633648c5ad3 ("MIPS: MT: Remove SMTC support") so that the upper > #ifdef block cannot be compiled. Is this intentional or can the block > be removed or should the option be substituted to something else? > > I detected the issue with scripts/checkkconfigsymbols.py. > > Kind regards, > Valentin Ping. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/