diff options
| author | Hidetoshi Seto <[email protected]> | 2009-11-17 22:06:18 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2009-11-18 01:40:33 +0000 |
| commit | e13193319d3a5545c82ed4b724bffd16f87873e3 (patch) | |
| tree | a26af2052f1e5302fb29c59eca935fe9611670dd /fs/proc/array.c | |
| parent | MAINTAINERS: KMEMCHECK: add file patterns, use M: for Pekka's name and address (diff) | |
| download | kernel-e13193319d3a5545c82ed4b724bffd16f87873e3.tar.gz kernel-e13193319d3a5545c82ed4b724bffd16f87873e3.zip | |
mm/memory_hotplug: fix section mismatch
With CONFIG_MEMORY_HOTPLUG I got following warning:
WARNING: vmlinux.o(.text+0x1276b0): Section mismatch in reference from
the function hotadd_new_pgdat() to the function
.meminit.text:free_area_init_node()
The function hotadd_new_pgdat() references
the function __meminit free_area_init_node().
This is often because hotadd_new_pgdat lacks a __meminit
annotation or the annotation of free_area_init_node is wrong.
Use __ref to fix this.
Signed-off-by: Hidetoshi Seto <[email protected]>
Cc: Minchan Kim <[email protected]>
Cc: Mel Gorman <[email protected]>
Cc: Yasunori Goto <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'fs/proc/array.c')
0 files changed, 0 insertions, 0 deletions
