]> err.no Git - linux-2.6/blobdiff - include/linux/rmap.h
[ARM] Allow SMP if Realview MPcore is selected
[linux-2.6] / include / linux / rmap.h
index 11b484e37ac94fcd2308a354d372f00faff8a736..35b30e6c8cf8c7b0b4fb4bd09c11b154a45c6ba6 100644 (file)
@@ -92,6 +92,12 @@ static inline void page_dup_rmap(struct page *page)
 int page_referenced(struct page *, int is_locked, int ignore_token);
 int try_to_unmap(struct page *);
 
+/*
+ * Called from mm/filemap_xip.c to unmap empty zero page
+ */
+pte_t *page_check_address(struct page *, struct mm_struct *,
+                               unsigned long, spinlock_t **);
+
 /*
  * Used by swapoff to help locate where page is expected in vma.
  */