[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220723214537.2054208-1-yury.norov@gmail.com>
Date: Sat, 23 Jul 2022 14:45:35 -0700
From: Yury Norov <yury.norov@...il.com>
To: linux-kernel@...r.kernel.org,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Rasmus Villemoes <linux@...musvillemoes.dk>,
linuxppc-dev@...ts.ozlabs.org,
Michael Ellerman <mpe@...erman.id.au>,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
Paul Mackerras <paulus@...ba.org>,
Stephen Rothwell <sfr@...b.auug.org.au>
Cc: Yury Norov <yury.norov@...il.com>
Subject: [PATCH 0/2] lib/nodemask: inline wrappers around bitmap
On top of git@...hub.com:/norov/linux.git bitmap-for-next.
There are just 2 functions in nodemask.c, both are thin wrappers around
bitmap API. 1st patch of this series drops dependency on <asm/machdep.h
for powerpc, which prevents from inlining those nodemask functions, and
2nd patch inlines them and drops nodemask.c.
Yury Norov (2):
powerpc: drop dependency on <asm/machdep.h> in archrandom.h
lib/nodemask: inline next_node_in() and node_random()
MAINTAINERS | 1 -
arch/powerpc/include/asm/archrandom.h | 9 +-------
arch/powerpc/kernel/setup-common.c | 11 ++++++++++
include/linux/nodemask.h | 27 +++++++++++++++++++-----
lib/Makefile | 2 +-
lib/nodemask.c | 30 ---------------------------
6 files changed, 35 insertions(+), 45 deletions(-)
delete mode 100644 lib/nodemask.c
--
2.34.1
Powered by blists - more mailing lists