]> git.ipfire.org Git - thirdparty/linux.git/commit
mm/mm_init.c: remove obsolete macro HASH_SMALL
authorMiaohe Lin <linmiaohe@huawei.com>
Sun, 25 Jun 2023 02:13:23 +0000 (10:13 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 18 Aug 2023 17:12:07 +0000 (10:12 -0700)
commit3fade62b62e84dd8dbf6e92d494b0e7eca750c43
treecc4c51b7a1616a9e3c29a33bca345cfae1452b5b
parent416ef04fe00c5f2f6fb8e13d8dbe1b5a0a274f83
mm/mm_init.c: remove obsolete macro HASH_SMALL

HASH_SMALL only works when parameter numentries is 0. But the sole caller
futex_init() never calls alloc_large_system_hash() with numentries set to
0. So HASH_SMALL is obsolete and remove it.

Link: https://lkml.kernel.org/r/20230625021323.849147-1-linmiaohe@huawei.com
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Reviewed-by: Mike Rapoport (IBM) <rppt@kernel.org>
Cc: André Almeida <andrealmeid@igalia.com>
Cc: Darren Hart <dvhart@infradead.org>
Cc: Davidlohr Bueso <dave@stgolabs.net>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Miaohe Lin <linmiaohe@huawei.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/memblock.h
kernel/futex/core.c
mm/mm_init.c