mm: uninline page_mapped()
authorAndrew Morton <akpm@linux-foundation.org>
Fri, 20 May 2016 00:12:00 +0000 (17:12 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 20 May 2016 02:12:14 +0000 (19:12 -0700)
commit1aa8aea535977f0e0b398f39d052e7befff81da6
treeb62bccedaf7ff2763dfc3788557482d16eb1cb46
parent29f9cb53d25cd9916537b44b0af7f0b95a2e4438
mm: uninline page_mapped()

It's huge.  Uninlining it saves 206 bytes per callsite.  Shaves 4924
bytes from the x86_64 allmodconfig vmlinux.

[akpm@linux-foundation.org: coding-style fixes]
Cc: Steve Capper <steve.capper@arm.com>
Cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/mm.h
mm/util.c