commit | 7ee1e758bebe13d96217bcfd5230892ed44760e7 | [log] [tgz] |
---|---|---|
author | Baoquan He <bhe@redhat.com> | Sat Jul 22 09:14:37 2023 +0800 |
committer | Dennis Zhou <dennis@kernel.org> | Fri Aug 25 08:04:59 2023 -0700 |
tree | 6b7afec57953b733b6888135beba6d49a57406bd | |
parent | 5b672085e70c2ea40f4c9d6a23848079bf0ff700 [diff] |
mm/percpu.c: optimize the code in pcpu_setup_first_chunk() a little bit This removes the need of local varibale 'chunk', and optimize the code calling pcpu_alloc_first_chunk() to initialize reserved chunk and dynamic chunk to make it simpler. Signed-off-by: Baoquan He <bhe@redhat.com> [Dennis: reworded first chunk init comment] Signed-off-by: Dennis Zhou <dennis@kernel.org>