From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 107784 invoked by alias); 8 Nov 2018 18:03:49 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 107765 invoked by uid 89); 8 Nov 2018 18:03:48 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:304 X-HELO: one.firstfloor.org Received: from one.firstfloor.org (HELO one.firstfloor.org) (193.170.194.197) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 08 Nov 2018 18:03:47 +0000 Received: by one.firstfloor.org (Postfix, from userid 503) id B9CCB8685F; Thu, 8 Nov 2018 19:03:42 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=firstfloor.org; s=mail; t=1541700222; bh=2U2+wyWaR0V5ZSGX3UVaJ9CGH7E31ZyUoauXlVjMx1Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=M8NRlVHj+1zlpPSZB9pnReiBvPOUu4VzR+m0GAVxsma2uZFQpMoUIByG6eljml7B7 G4SwPSHuWxJf9dXOG1qwcTFne0CYV4m3HY9snkgzkc1ilICRsIQV73FHuhFBt9oyNJ Akcj35JF1qCnQbvtjmVKbxpIyCJsYJCIBa9/YrKE= Date: Thu, 08 Nov 2018 18:03:00 -0000 From: Andi Kleen To: Uros Bizjak Cc: "gcc-patches@gcc.gnu.org" , Andi Kleen Subject: Re: [PATCH 1/3] Add PTWRITE builtins for x86 Message-ID: <20181108180342.42wxoz4woodaavpm@two.firstfloor.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2018-11/txt/msg00644.txt.bz2 > OK for x86 part (that is only PATCH 1/3). It looks that this part can > go to mainline as an independent patch from other patches in serie. Thanks. Note even 2/3 has a small i386 specific part. Would be good if you could take a look at that part. -Andi