]> git.baikalelectronics.ru Git - kernel.git/commit
mm/memory.c: suppress warning
authorAndrew Morton <akpm@linux-foundation.org>
Mon, 17 Dec 2012 23:59:24 +0000 (15:59 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 18 Dec 2012 01:15:12 +0000 (17:15 -0800)
commit4893fdde065cbd7218fada48ceecc79f4eddfcf3
treef0115494a35ec2179471c8aa87262ef4b9b9da1c
parent395b5be20ffd1e9ed53322dc7389af72ee1e4831
mm/memory.c: suppress warning

gcc-4.4.4 screws this up.

  mm/memory.c: In function 'do_pmd_numa_page':
  mm/memory.c:3594: warning: no return statement in function returning non-void

Cc: Mel Gorman <mgorman@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memory.c