From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from aserp2120.oracle.com ([141.146.126.78]:47640 "EHLO aserp2120.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725802AbgAVSHD (ORCPT ); Wed, 22 Jan 2020 13:07:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=date : from : to : cc : subject : message-id : references : mime-version : content-type : in-reply-to; s=corp-2019-08-05; bh=y9Z7jDVRy8WgyFJTOc9lod3rLu61OpP2MyX1i1GwRxc=; b=CEivAUCexc4LGK9cNTHOe194eLOP6f39Fl8+KltjTtT/cdVV6F0824CAFByNIgMdDpSe qbHSwStgTPliOSxyIOLVFt5hhVwkWyKTjjlq+2yxRL2rIIGyWnpTeMl88sSgSJdf/EdU 4Vbb73sHJ8p0YoFmynh5T62bz3cS1B59IAnwClNLdp4rSQngqzort3xmPCnBVAuV5/ZA YJSpdSukBM7GCmPGIGCibX4q4/ViK+w6DBcG8Ld97nqUiJ7acTJBcKq+CgUTWyFnUwBW R/jEk/f+u6L83o+qZHb0FKwWR6e7N6oKsGmg6HPDSs+BaI1mXC6UmNHxRa3xMg7Q8hXo ww== Date: Wed, 22 Jan 2020 21:06:49 +0300 From: Dan Carpenter Subject: Re: [PATCH] arch: add missing predefines: __amd64 & __amd64__ Message-ID: <20200122180649.GG1847@kadam> References: <20200120095152.20014-1-john.levon@joyent.com> <20200122154457.uolpzplntlmd6svb@kili.mountain> <20200122155506.GA27335@movementarian.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200122155506.GA27335@movementarian.org> Sender: smatch-owner@vger.kernel.org List-ID: To: John Levon Cc: smatch@vger.kernel.org, Luc Van Oostenryck On Wed, Jan 22, 2020 at 03:55:06PM +0000, John Levon wrote: > On Wed, Jan 22, 2020 at 06:44:57PM +0300, Dan Carpenter wrote: > > > On Mon, Jan 20, 2020 at 01:51:52AM -0800, john.levon@joyent.com wrote: > > > From: Luc Van Oostenryck > > > > > > These seem to be defined whenever the __x86_64 and > > > __x86_64__ macros are defined. > > > > > > So, do the same here too. > > > > > > Signed-off-by: Luc Van Oostenryck > > > --- > > > > I already applied this but looking at it now, could you add your > > Signed-off-by so that I can see this came from you? Right now it > > looks like I cherry picking it from upstream Sparse. > > Signed-off-by: John Levon > > OK? I had already applied it so no worries. I meant next time. regards, dan carpenter