]> Pileus Git - ~andy/linux/blobdiff - mm/internal.h
ARM: mm: use inner-shareable barriers for TLB and user cache operations
[~andy/linux] / mm / internal.h
index 8562de0a5197d31e3621d10db8b0c01d23f44f83..4390ac6c106e6124d653f18948ec296173527521 100644 (file)
@@ -32,11 +32,6 @@ static inline void set_page_refcounted(struct page *page)
        set_page_count(page, 1);
 }
 
-static inline void __put_page(struct page *page)
-{
-       atomic_dec(&page->_count);
-}
-
 static inline void __get_page_tail_foll(struct page *page,
                                        bool get_page_head)
 {