From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx158.postini.com [74.125.245.158]) by kanga.kvack.org (Postfix) with SMTP id 10D646B0138 for ; Wed, 29 May 2013 11:09:09 -0400 (EDT) Received: by mail-pa0-f50.google.com with SMTP id fb11so7933817pad.23 for ; Wed, 29 May 2013 08:09:09 -0700 (PDT) From: Jiang Liu Subject: [PATCH, v2 0/5] clean stale VALID_PAGE() related code and comments Date: Wed, 29 May 2013 23:08:51 +0800 Message-Id: <1369840136-1491-1-git-send-email-jiang.liu@huawei.com> Sender: owner-linux-mm@kvack.org List-ID: To: Andrew Morton Cc: Jiang Liu , David Rientjes , Wen Congyang , Mel Gorman , Minchan Kim , KAMEZAWA Hiroyuki , Michal Hocko , James Bottomley , Sergei Shtylyov , David Howells , Mark Salter , Jianguo Wu , linux-mm@kvack.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org This is a trivial patchset to remove stale VALID_PAGE() related code and comments. It applies on top of: git://git.cmpxchg.org/linux-mmotm.git v3.10-rc2-mmotm-2013-05-22-16-40 Jiang Liu (5): mm/ALPHA: clean up unused VALID_PAGE() mm/ARM: fix stale comment about VALID_PAGE() mm/CRIS: clean up unused VALID_PAGE() mm/microblaze: clean up unused VALID_PAGE() mm/unicore32: fix stale comment about VALID_PAGE() arch/alpha/include/asm/mmzone.h | 2 -- arch/arm/include/asm/memory.h | 6 ------ arch/cris/include/asm/page.h | 1 - arch/microblaze/include/asm/page.h | 1 - arch/unicore32/include/asm/memory.h | 6 ------ 5 files changed, 16 deletions(-) -- 1.8.1.2 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org