Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp6115524ybi; Sun, 7 Jul 2019 20:54:33 -0700 (PDT) X-Google-Smtp-Source: APXvYqzrS2ZQUu6wmvjiJBTmfB8MBpmiBeHrxLZ1fdHUWpbIIWva27L1Rkhju450j4RB+hiCAFzN X-Received: by 2002:a63:6a81:: with SMTP id f123mr21142613pgc.348.1562558072983; Sun, 07 Jul 2019 20:54:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562558072; cv=none; d=google.com; s=arc-20160816; b=LDe4ZG0yjjsoW5q7QTkCePeLvRL7F98/OE37YI2LXINY2+5IeIpoe47I2tzQg9JfoP Kv35bbfF006QNU9slXOqpFZQfNMlPmJvwosvwsk3GbSUu7JlF8RmxTLxqtr4Kj7YNI7a 9vZdZnSu+26vtRc+/k5SEkFbW9uys3W/2yg+5zHJ+8wsWJX89EgTBqYMpctb9vBdOCt/ ++Jl+R25M9QzKlRQhMqAHeiQVuI7bHwhClrJY3r2v85f+9FSM0PFrOqFKlXNT5Oa7jgw E5Q/0C9OcDlsV/oszHvwNNV72mbJ8Hx7s3bn5FtZlyxnIGEgZhSLVLo4Ak1bT9QliRi4 uXxA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:from:to :in-reply-to; bh=vo79xil3iJgq+iRerpCLcQEHU7Cjnxz84pf7dIpviNw=; b=IzX1zAeHkzXppa8Rq3p8NGjEm/c1FCzkCqDGZr3/e46o5hvTfYaoHMR9Mwoel8S8Ic TU00O8uVaT1zsQS1Agb5B2wdOeInwlzljxFKdUyt1audRRD8AQNMq9hCJI2tbbycgin6 VRPdBqdzDaJbcZFrr8Ylg/2SPcjaawRCbd/Dgh76/7guEXtGYW3SyLcRL1S2DNfNa2vq xSt59B5bh9js0/jFIRT1I8+qE+uEsgbMerAcPJ56wOfjeHFyGDj/EkTAhQnoXldL84KY UEgOQnOPqoDZoKbpKxOBIF4HLu4ZIOKrFKBCKVdteVElud0PHDkMVMZ7iJcfAEmNs3JG 4YNA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q3si17918294pjb.1.2019.07.07.20.54.11; Sun, 07 Jul 2019 20:54:32 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728021AbfGHBTb (ORCPT + 99 others); Sun, 7 Jul 2019 21:19:31 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:55603 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727997AbfGHBTb (ORCPT ); Sun, 7 Jul 2019 21:19:31 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 45hnfp1QQwz9sNj; Mon, 8 Jul 2019 11:19:30 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 7f9c929a7ff203eae60b4225bb6824c3eb31796c In-Reply-To: <298f344bdb21ab566271f5d18c6782ed20f072b7.1556865423.git.christophe.leroy@c-s.fr> To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 1/3] powerpc: Move PPC_HA() PPC_HI() and PPC_LO() to ppc-opcode.h Message-Id: <45hnfp1QQwz9sNj@ozlabs.org> Date: Mon, 8 Jul 2019 11:19:30 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2019-05-03 at 06:40:15 UTC, Christophe Leroy wrote: > PPC_HA() PPC_HI() and PPC_LO() macros are nice macros. Move them > from module64.c to ppc-opcode.h in order to use them in other places. > > Signed-off-by: Christophe Leroy Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/7f9c929a7ff203eae60b4225bb6824c3eb31796c cheers