From mboxrd@z Thu Jan 1 00:00:00 1970 From: akpm@linux-foundation.org Subject: - mm-sparse-vmemmapc-make-sure-init_mm-is-included.patch removed from -mm tree Date: Tue, 30 Oct 2007 11:06:27 -0700 Message-ID: <200710301806.l9UI6Rmo020522@imap1.linux-foundation.org> Reply-To: linux-kernel@vger.kernel.org Return-path: Received: from smtp2.linux-foundation.org ([207.189.120.14]:38971 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753469AbXJ3SHM (ORCPT ); Tue, 30 Oct 2007 14:07:12 -0400 Sender: mm-commits-owner@vger.kernel.org List-Id: mm-commits@vger.kernel.org To: gcosta@redhat.com, mm-commits@vger.kernel.org The patch titled mm/sparse-vmemmap.c: make sure init_mm is included has been removed from the -mm tree. Its filename was mm-sparse-vmemmapc-make-sure-init_mm-is-included.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: mm/sparse-vmemmap.c: make sure init_mm is included From: Glauber de Oliveira Costa mm/sparse-vmemmap.c uses init_mm in some places. However, it is not present in any of the headers currently included in the file. init_mm is defined as extern in sched.h, so we add it to the headers list Up to now, this problem was masked by the fact that functions like set_pte_at() and pmd_populate_kernel() are usually macros that expand to simpler variants that does not use the first parameter at all. Signed-off-by: Glauber de Oliveira Costa Signed-off-by: Andrew Morton --- mm/sparse-vmemmap.c | 1 + 1 file changed, 1 insertion(+) diff -puN mm/sparse-vmemmap.c~mm-sparse-vmemmapc-make-sure-init_mm-is-included mm/sparse-vmemmap.c --- a/mm/sparse-vmemmap.c~mm-sparse-vmemmapc-make-sure-init_mm-is-included +++ a/mm/sparse-vmemmap.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include _ Patches currently in -mm which might be from gcosta@redhat.com are origin.patch git-kvm.patch