Richard Weinberger f15b9000eb um: Implement a custom pte_same() function
UML uses the _PAGE_NEWPAGE flag to mark pages which are not jet
installed on the host side using mmap().
pte_same() has to ignore this flag, otherwise unuse_pte_range()
is unable to unuse the page because two identical
page tables entries with different _PAGE_NEWPAGE flags would not
match and swapoff() would never return.

CC: stable@kernel.org
Analyzed-by: Hugh Dickins <hughd@google.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
2012-05-21 21:09:34 +02:00
..
2012-04-10 00:13:45 +02:00
2012-05-21 21:09:32 +02:00
2009-04-01 08:59:17 -07:00
2011-03-17 14:02:57 +01:00
2012-03-25 00:46:51 +01:00
2011-11-02 14:15:29 +01:00
2012-03-25 00:29:56 +01:00
2011-03-31 11:26:23 -03:00
2011-11-02 14:15:29 +01:00
2012-03-25 00:29:57 +01:00