From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-f67.google.com ([209.85.128.67]:51429 "EHLO mail-wm1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725827AbgAVPzK (ORCPT ); Wed, 22 Jan 2020 10:55:10 -0500 Received: by mail-wm1-f67.google.com with SMTP id t23so3701416wmi.1 for ; Wed, 22 Jan 2020 07:55:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=joyent.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=9svsoPMFL7xWXL/c6jclrhrngAz3R+IPgbyzfGgjTXo=; b=WVROH0dgwkQjJvjiDKhvZfu+OP2i65DyRqjr+M97u2UosSBekce/elmtm7jPn4FeYX gCyCgeU/FiklIhtZ/O1tQJelD1aJqSROXVhtE1USDBgWH9Bpnd0pVDEAOlZy5Grh4Mzt I3L52J9EIPOAXUR/0xcIb2SUFXCm+3UMjXGDQ= Date: Wed, 22 Jan 2020 15:55:06 +0000 From: John Levon Subject: Re: [PATCH] arch: add missing predefines: __amd64 & __amd64__ Message-ID: <20200122155506.GA27335@movementarian.org> References: <20200120095152.20014-1-john.levon@joyent.com> <20200122154457.uolpzplntlmd6svb@kili.mountain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200122154457.uolpzplntlmd6svb@kili.mountain> Sender: smatch-owner@vger.kernel.org List-ID: To: Dan Carpenter Cc: smatch@vger.kernel.org, Luc Van Oostenryck 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? thanks john