summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
diff options
context:
space:
mode:
authorYaowei Bai2015-11-06 03:47:06 +0100
committerLinus Torvalds2015-11-06 04:34:48 +0100
commitb171e4093017d4d6e411f5e97823e5e4a21266a2 (patch)
treea8579ea692239eb3058541654ad8145dc4d0e3e9 /mm/filemap.c
parentmm, migrate: count pages failing all retries in vmstat and tracepoint (diff)
downloadkernel-qcow2-linux-b171e4093017d4d6e411f5e97823e5e4a21266a2.tar.gz
kernel-qcow2-linux-b171e4093017d4d6e411f5e97823e5e4a21266a2.tar.xz
kernel-qcow2-linux-b171e4093017d4d6e411f5e97823e5e4a21266a2.zip
mm/page_alloc: remove unused parameter in init_currently_empty_zone()
Commit a2f3aa025766 ("[PATCH] Fix sparsemem on Cell") fixed an oops experienced on the Cell architecture when init-time functions, early_*(), are called at runtime by introducing an 'enum memmap_context' parameter to memmap_init_zone() and init_currently_empty_zone(). This parameter is intended to be used to tell whether the call of these two functions is being made on behalf of a hotplug event, or happening at boot-time. However, init_currently_empty_zone() does not use this parameter at all, so remove it. Signed-off-by: Yaowei Bai <bywxiaobai@163.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/filemap.c')
0 files changed, 0 insertions, 0 deletions