Gerald Schaefer 8fe627ec5b hugetlbfs: add missing TLB flush to hugetlb_cow()
A cow break on a hugetlbfs page with page_count > 1 will set a new pte with
set_huge_pte_at(), w/o any tlb flush operation.  The old pte will remain in
the tlb and subsequent write access to the page will result in a page fault
loop, for as long as it may take until the tlb is flushed from somewhere else.
 This patch introduces an architecture-specific huge_ptep_clear_flush()
function, which is called before the the set_huge_pte_at() in hugetlb_cow().

ATTENTION: This is just a nop on all architectures for now, the s390
implementation will come with our large page patch later.  Other architectures
should define their own huge_ptep_clear_flush() if needed.

Acked-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Gerald Schaefer <gerald.schaefer@de.ibm.com>
Cc: Paul Mundt <lethal@linux-sh.org>
Cc: "Luck, Tony" <tony.luck@intel.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-04-28 08:58:25 -07:00
..
2008-04-08 13:51:35 -07:00
2008-01-30 13:34:07 +01:00
2007-10-19 11:53:41 -07:00
2008-02-03 16:32:51 +02:00
2007-10-16 11:27:26 +02:00
2008-03-12 16:27:35 -07:00
2007-07-17 10:23:11 -07:00
2007-07-25 12:56:39 -07:00
2008-04-18 00:46:35 +02:00
2007-12-07 16:11:12 -08:00
2008-04-27 12:01:02 +03:00
2007-05-08 11:15:20 -07:00
2008-02-04 15:42:06 -08:00
2008-04-22 08:56:38 -07:00
2008-04-11 15:21:35 -07:00
2008-04-08 13:51:35 -07:00
2008-04-28 08:58:25 -07:00
2008-04-09 13:05:54 -07:00
2008-02-11 13:23:46 -08:00
2007-07-12 16:04:39 -07:00
2008-04-28 08:58:23 -07:00
2007-05-11 08:29:34 -07:00
2008-04-17 10:42:34 -04:00
2007-10-19 11:53:41 -07:00
2008-02-07 08:42:30 -08:00