mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-03 19:55:31 +00:00
mm/percpu: remove unused pcpu_map_extend_chunks
Since commit 40064aeca3
("percpu: replace area map allocator with
bitmap"), it is unneeded.
Signed-off-by: Baoquan He <bhe@redhat.com>
Signed-off-by: Dennis Zhou <dennis@kernel.org>
This commit is contained in:
parent
f0c4d9fc9c
commit
5a7d596a05
@ -174,9 +174,6 @@ static DEFINE_MUTEX(pcpu_alloc_mutex); /* chunk create/destroy, [de]pop, map ext
|
||||
|
||||
struct list_head *pcpu_chunk_lists __ro_after_init; /* chunk list slots */
|
||||
|
||||
/* chunks which need their map areas extended, protected by pcpu_lock */
|
||||
static LIST_HEAD(pcpu_map_extend_chunks);
|
||||
|
||||
/*
|
||||
* The number of empty populated pages, protected by pcpu_lock.
|
||||
* The reserved chunk doesn't contribute to the count.
|
||||
|
Loading…
Reference in New Issue
Block a user