-
- Downloads
memory: move hotplug memory notifier priority to same file for easy sorting
The priority of hotplug memory callback is defined in a different file. And there are some callers using numbers directly. Collect them together into include/linux/memory.h for easy reading. This allows us to sort their priorities more intuitively without additional comments. Link: https://lkml.kernel.org/r/20220923033347.3935160-9-liushixin2@huawei.com Signed-off-by:Liu Shixin <liushixin2@huawei.com> Cc: Christoph Lameter <cl@linux.com> Cc: David Hildenbrand <david@redhat.com> Cc: Kefeng Wang <wangkefeng.wang@huawei.com> Cc: Waiman Long <longman@redhat.com> Cc: zefan li <lizefan.x@bytedance.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org>
Showing
- drivers/acpi/numa/hmat.c 1 addition, 1 deletiondrivers/acpi/numa/hmat.c
- fs/proc/kcore.c 1 addition, 1 deletionfs/proc/kcore.c
- include/linux/memory-tiers.h 0 additions, 1 deletioninclude/linux/memory-tiers.h
- include/linux/memory.h 7 additions, 2 deletionsinclude/linux/memory.h
- kernel/cgroup/cpuset.c 1 addition, 1 deletionkernel/cgroup/cpuset.c
- mm/kasan/shadow.c 1 addition, 1 deletionmm/kasan/shadow.c
- mm/ksm.c 1 addition, 1 deletionmm/ksm.c
- mm/memory-tiers.c 1 addition, 1 deletionmm/memory-tiers.c
- mm/mm_init.c 1 addition, 1 deletionmm/mm_init.c
- mm/mmap.c 1 addition, 1 deletionmm/mmap.c
- mm/page_ext.c 1 addition, 1 deletionmm/page_ext.c
Loading
Please register or sign in to comment