]> git.baikalelectronics.ru Git - kernel.git/commit
mm: move the backup x_devmap() functions to asm-generic/pgtable.h
authorThomas Hellstrom <thellstrom@vmware.com>
Sun, 1 Dec 2019 01:51:29 +0000 (17:51 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 1 Dec 2019 14:29:19 +0000 (06:29 -0800)
commit3eeff3cfb65436e9aa1fd098565381e2ffc4a4db
tree2842ce13fe032b060a35d91a7b6f76eddded873e
parent2b9d1c319a2c8cdeeb7f5c3df473b0627be2e3c4
mm: move the backup x_devmap() functions to asm-generic/pgtable.h

The asm-generic/pgtable.h include file appears to be the correct place for
the backup x_devmap() inline functions.  Moving them here is also
necessary if we want to include x_devmap() in the [pmd|pud]_unstable
functions.  So move the x_devmap() functions to asm-generic/pgtable.h

Link: http://lkml.kernel.org/r/20191115115808.21181-1-thomas_os@shipmail.org
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
Cc: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-generic/pgtable.h
include/linux/mm.h