aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRakib Mullick <[email protected]>2009-12-14 17:59:44 -0800
committerLinus Torvalds <[email protected]>2009-12-15 08:53:20 -0800
commit23ce932a5e3ec3b9f06e92c8797d834d43abfb0f (patch)
treea966c72393e3f6111e383528055518e251eeda9c /tools/perf/scripts/python
parentb76c8cfbff94263fdf2f408e94b78b049c24a9dc (diff)
mm: fix section mismatch in memory_hotplug.c
__free_pages_bootmem() is a __meminit function - which has been called from put_pages_bootmem thus causes a section mismatch warning. We were warned by the following warning: LD mm/built-in.o WARNING: mm/built-in.o(.text+0x26b22): Section mismatch in reference from the function put_page_bootmem() to the function .meminit.text:__free_pages_bootmem() The function put_page_bootmem() references the function __meminit __free_pages_bootmem(). This is often because put_page_bootmem lacks a __meminit annotation or the annotation of __free_pages_bootmem is wrong. Signed-off-by: Rakib Mullick <[email protected]> Cc: Yasunori Goto <[email protected]> Cc: Badari Pulavarty <[email protected]> Cc: Johannes Weiner <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions