Received: by 10.223.176.5 with SMTP id f5csp1134259wra; Wed, 31 Jan 2018 01:42:23 -0800 (PST) X-Google-Smtp-Source: AH8x2278/ko0C57+BAF31IEx54sgLcY5PmEApcr4nYa7RrBaX9IYx+SaJvFZEt/h3/5WS6DcAV+/ X-Received: by 2002:a17:902:7c18:: with SMTP id x24-v6mr7118152pll.432.1517391743450; Wed, 31 Jan 2018 01:42:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517391743; cv=none; d=google.com; s=arc-20160816; b=xbW6gcvayuvttodJiNfHXVBMVpAcYTVVzsVmk+vXtGbkhZ7LsX2ThoJ6HTPdudLSmV z0+JqloXW0aMQ1Qwj9KUADBi1KeGT9WMDV3h4s1F4lKFXtpyXtF3UYGTSZo6/3/mjtWS NTO/BlfoXnzkX8aJ13hkKGHqqh7epsPb5kv/9v0+PXjYNjv79dXxgfZ3333RfgD0FTMY +1R14jA0ZL8HYml7RMytTW0fVeb2xa6qZzneYcJHo7G2I1pMbrQKKZiVLgEcLvBATJt5 +AqngwxHYOczfGMVRr5FE/mHBJDq35J6hgmwTyq4HmgI2H+hrdQdlLeAFiOJAvE0wte7 c38A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from:arc-authentication-results; bh=c2WciKdX+Cw87P4tWGwg9rXGZOGwP0qFZvLmfYPkOzg=; b=I/Nwt+T4Qyr+6oJjgoEMyfCaNfEEUM1i/Sh3X4uZJxJCV8gHYyCE1IAcA1PzU2ZiEr mj3wj9713PhwfH8Pbpv2Y6SASGvzQftZkZmW9jOoYh/rHQBoKQEva8JvC5xLzZqWZB3W FbnbA1SEoYmCqeyC24/6Mqz2QILE10oYq1iPMFqFX/sFgjIENI/K4xy0RiAMGDmod+A7 x3Q2cXJ94Lhd8jfxRPKNgbGbW/heWzDhA2IJEUtMuFgGZD5QUJ2qqFHpiuFwMm7/qQUd U56oXDcZUXJIEA8yUKA1aPyB4iz80oK5PV1bxKXzm1fY3DYLHaVt0Elj96Nng8v/VKT6 gezA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w31-v6si2930795pla.402.2018.01.31.01.42.08; Wed, 31 Jan 2018 01:42:23 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753291AbeAaJdp (ORCPT + 99 others); Wed, 31 Jan 2018 04:33:45 -0500 Received: from mailgw01.mediatek.com ([210.61.82.183]:48999 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752957AbeAaJdn (ORCPT ); Wed, 31 Jan 2018 04:33:43 -0500 X-UUID: 7d1ad975965a4f48bc1164397028a240-20180131 Received: from mtkcas07.mediatek.inc [(172.21.101.84)] by mailgw01.mediatek.com (envelope-from ) (mhqrelay.mediatek.com ESMTP with TLS) with ESMTP id 1545143223; Wed, 31 Jan 2018 17:33:38 +0800 Received: from MTKCAS06.mediatek.inc (172.21.101.30) by mtkmbs03n2.mediatek.inc (172.21.101.182) with Microsoft SMTP Server (TLS) id 15.0.1210.3; Wed, 31 Jan 2018 17:33:36 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by MTKCAS06.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1210.3 via Frontend Transport; Wed, 31 Jan 2018 17:33:36 +0800 From: To: Matthias Brugger , Andrew Morton , Huang Ying , Kate Stewart , Greg Kroah-Hartman , Thomas Gleixner , Michal Hocko CC: , , , Miles Chen Subject: [PATCH] mm: Remove PG_highmem description Date: Wed, 31 Jan 2018 17:33:32 +0800 Message-ID: <1517391212-2950-1-git-send-email-miles.chen@mediatek.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Miles Chen The commit cbe37d093707 ("[PATCH] mm: remove PG_highmem") has removed PG_highmem to save a page flag. So the description of PG_highmem is no longer needed, remove it. Signed-off-by: Miles Chen --- include/linux/page-flags.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/linux/page-flags.h b/include/linux/page-flags.h index 3ec44e27aa9d..50c2b8786831 100644 --- a/include/linux/page-flags.h +++ b/include/linux/page-flags.h @@ -46,11 +46,6 @@ * guarantees that this bit is cleared for a page when it first is entered into * the page cache. * - * PG_highmem pages are not permanently mapped into the kernel virtual address - * space, they need to be kmapped separately for doing IO on the pages. The - * struct page (these bits with information) are always mapped into kernel - * address space... - * * PG_hwpoison indicates that a page got corrupted in hardware and contains * data with incorrect ECC bits that triggered a machine check. Accessing is * not safe since it may cause another machine check. Don't touch! -- 2.12.5