]> git.karo-electronics.de Git - linux-beck.git/blobdiff - mm/rmap.c
mm: remove CONFIG_UNEVICTABLE_LRU config option
[linux-beck.git] / mm / rmap.c
index 23122af3261177713b9e2640b9ef108017083457..316c9d6930ad204b9e8ebae20a84d2a97a0ad67c 100644 (file)
--- a/mm/rmap.c
+++ b/mm/rmap.c
@@ -1202,7 +1202,6 @@ int try_to_unmap(struct page *page, int migration)
        return ret;
 }
 
-#ifdef CONFIG_UNEVICTABLE_LRU
 /**
  * try_to_munlock - try to munlock a page
  * @page: the page to be munlocked
@@ -1226,4 +1225,4 @@ int try_to_munlock(struct page *page)
        else
                return try_to_unmap_file(page, 1, 0);
 }
-#endif
+