commit | 179e09637c1bb17c0b6fb347353c7c52e6931fa5 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@linux-foundation.org> | Mon Apr 07 15:37:16 2014 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Apr 07 16:35:52 2014 -0700 |
tree | e73f6cbc63cb8f9d6ba7fc9a8a20ed42c7422c59 | |
parent | 65a6a4105f84f961fb219f5acaf05203f7114cf9 [diff] |
drivers/lguest/page_tables.c: rename do_set_pte() "mm: introduce vm_ops->map_pages()" wants to export a do_set_pte() from core kernel. Rename lguest's do_set_pte() to something more lguest-specific. Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com> Cc: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>