X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=mm%2Fpage_idle.c;h=edead6a8a5f91807d6a8b39c9ce947fedacb5f8f;hb=17ccae8bb5c928946f6f3af14626ec458f74e6ad;hp=64e5344a992ca9d3bc52838130b3e26dd781f2eb;hpb=6be5f58215f1dcbd697a695ad5db9986c28c50c3;p=linux-2.6-microblaze.git diff --git a/mm/page_idle.c b/mm/page_idle.c index 64e5344a992c..edead6a8a5f9 100644 --- a/mm/page_idle.c +++ b/mm/page_idle.c @@ -207,16 +207,6 @@ static const struct attribute_group page_idle_attr_group = { .name = "page_idle", }; -#ifndef CONFIG_64BIT -static bool need_page_idle(void) -{ - return true; -} -struct page_ext_operations page_idle_ops = { - .need = need_page_idle, -}; -#endif - static int __init page_idle_init(void) { int err;