From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fengguang Wu Subject: Re: [tty:tty-next 36/40] kernel/debug/kdb/kdb_main.c:2839:4: warning: passing argument 2 of 'kdb_register_repeat' from incompatible pointer type Date: Thu, 27 Sep 2012 10:59:34 +0800 Message-ID: <20120927025934.GA16400@localhost> References: <20120927012916.GA9207@localhost> <20120927013930.GA27336@lizard> <20120927021119.GA29097@lizard> <20120927023647.GA12399@localhost> <20120927025242.GA10435@lizard> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mga11.intel.com ([192.55.52.93]:49443 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754313Ab2I0C7k (ORCPT ); Wed, 26 Sep 2012 22:59:40 -0400 Content-Disposition: inline In-Reply-To: <20120927025242.GA10435@lizard> Sender: linux-serial-owner@vger.kernel.org List-Id: linux-serial@vger.kernel.org To: Anton Vorontsov Cc: Yuanhan Liu , kernel-janitors@vger.kernel.org, Greg Kroah-Hartman , linux-serial@vger.kernel.org, Jason Wessel > > > Also, "arch/cris/arch-v32/kernel/kgdb.c" -- it seems like it is its own > > > implementation of KGDB. :-) But it's CONFIG_ETRAX_KGDB... > > > > Doing the regular 'make' triggers these errors: > > > > arch/cris/arch-v10/kernel/kgdb.c:1273:6: warning: missing terminating " character [enabled by default] > > Yup, as I said, arch/cris/arch-v10/kernel/kgdb.c have nothing to do with > kernel/debug/'s KGDB/KDB stuff. It seem to be a very-very old, completely > separate implementation of GDB protocol. OK. Thanks, Fengguang