commit | 1aa8aea535977f0e0b398f39d052e7befff81da6 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@linux-foundation.org> | Thu May 19 17:12:00 2016 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu May 19 19:12:14 2016 -0700 |
tree | b62bccedaf7ff2763dfc3788557482d16eb1cb46 | |
parent | 29f9cb53d25cd9916537b44b0af7f0b95a2e4438 [diff] |
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>