[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK8P3a0N9+-fmmg=oPVsKmoNb0vAYsASOneXUYBVAp8nyJEwdQ@mail.gmail.com>
Date: Mon, 16 Sep 2019 21:15:04 +0200
From: Arnd Bergmann <arnd@...db.de>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-arch <linux-arch@...r.kernel.org>,
Christoph Hellwig <hch@...radead.org>,
Denis Efremov <efremov@...ux.com>,
Nicolas Pitre <nico@...xnic.net>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] asm-generic changes for v5.4
The following changes since commit a55aa89aab90fae7c815b0551b07be37db359d76:
Linux 5.3-rc6 (2019-08-25 12:01:23 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
tags/asm-generic-5.4
for you to fetch changes up to 9b87647c665dbf93173ca2f43986902b59dfbbba:
asm-generic: add unlikely to default BUG_ON(x) (2019-09-01 23:53:39 +0200)
----------------------------------------------------------------
asm-generic changes for v5.4
Here are three small cleanup patches for the include/asm-generic
directory. Christoph removes the __ioremap as part of a cleanup,
Nico improves the constant do_div() optimization, and Denis
changes BUG_ON() to be consistent with other implementations.
Signed-off-by: Arnd Bergmann <arnd@...db.de>
----------------------------------------------------------------
Christoph Hellwig (1):
asm-generic: don't provide __ioremap
Denis Efremov (1):
asm-generic: add unlikely to default BUG_ON(x)
Nicolas Pitre (1):
__div64_const32(): improve the generic C version
include/asm-generic/bug.h | 2 +-
include/asm-generic/div64.h | 16 ++++++++++------
include/asm-generic/io.h | 9 ---------
3 files changed, 11 insertions(+), 16 deletions(-)
Powered by blists - more mailing lists