From patchwork Thu Jan 5 02:20:08 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 89930 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp8767232qgi; Wed, 4 Jan 2017 18:21:40 -0800 (PST) X-Received: by 10.84.212.144 with SMTP id e16mr151807022pli.140.1483582900506; Wed, 04 Jan 2017 18:21:40 -0800 (PST) Return-Path: Received: from bombadil.infradead.org (bombadil.infradead.org. [2001:1868:205::9]) by mx.google.com with ESMTPS id q70si4050592pfa.259.2017.01.04.18.21.40 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Jan 2017 18:21:40 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 2001:1868:205::9 as permitted sender) client-ip=2001:1868:205::9; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 2001:1868:205::9 as permitted sender) smtp.mailfrom=linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cOxgN-0002pL-Ju; Thu, 05 Jan 2017 02:21:35 +0000 Received: from conuserg-09.nifty.com ([210.131.2.76]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cOxgJ-0002mx-QF for linux-arm-kernel@lists.infradead.org; Thu, 05 Jan 2017 02:21:32 +0000 Received: from pug.jp.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-09.nifty.com with ESMTP id v052KFNs001563; Thu, 5 Jan 2017 11:20:25 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-09.nifty.com v052KFNs001563 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1483582827; bh=i1ua7/lFUfU6WxH07BcJ3q/ekie231qgP2KMAzDUagk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=KxLqpMphsaN3egRgwXlmo8S5+PUVQfGqKv6VcLEe6U/mT8CZi21MnuWHskFZrpa9c YzsCNN53HAgbdpbtLG/gbliA4immuN5w0HLAyhH7FQuhjjClXbqVb0qys2hpo68jjs hQq9H/VLRmgjNyTSHvlGfFoSpXutxlJPFyponGvRuxzdSCe4Fybn+EtfWW3B4lq7sz yX+8qiwi9GtDA80wf3SQ+KC7gKF55LZWBhPpyfUacqAiXAlXG9D5Vfg3q5FQ/uW2uP 4Vg3Z8r6L0tGU3zLeWi4L9Nr4ESUPuEqhCH33Q227gsd2V1CtHaOxhbjaXvA+hhkNL eFGJuz278BoRQ== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: Andrew Morton Subject: [PATCH v2 3/4] linux/const.h: refactor _BITUL and _BITULL a bit Date: Thu, 5 Jan 2017 11:20:08 +0900 Message-Id: <1483582810-7046-4-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1483582810-7046-1-git-send-email-yamada.masahiro@socionext.com> References: <1483582810-7046-1-git-send-email-yamada.masahiro@socionext.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170104_182132_193916_3DB26616 X-CRM114-Status: UNSURE ( 9.72 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.8 (-) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-1.8 points) pts rule name description ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , Arnd Bergmann , Masahiro Yamada , Catalin Marinas , x86@kernel.org, Will Deacon , Russell King , linux-kernel@vger.kernel.org, David Howells , Olof Johansson , Ingo Molnar , "H . Peter Anvin" , Srinivas Pandruvada , Thomas Gleixner , Guan Xuetao , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org Minor cleanups available by _UL and _ULL. Signed-off-by: Masahiro Yamada --- Changes in v2: None include/uapi/linux/const.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.7.4 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/include/uapi/linux/const.h b/include/uapi/linux/const.h index 76fb0f9..13e5165 100644 --- a/include/uapi/linux/const.h +++ b/include/uapi/linux/const.h @@ -24,7 +24,7 @@ #define _UL(x) (_AC(x, UL)) #define _ULL(x) (_AC(x, ULL)) -#define _BITUL(x) (_AC(1,UL) << (x)) -#define _BITULL(x) (_AC(1,ULL) << (x)) +#define _BITUL(x) (_UL(1) << (x)) +#define _BITULL(x) (_ULL(1) << (x)) #endif /* _UAPI_LINUX_CONST_H */