Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 20 Jul 2002 20:32:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 20 Jul 2002 20:32:27 -0400 Received: from front1.mail.megapathdsl.net ([66.80.60.31]:30732 "EHLO front1.mail.megapathdsl.net") by vger.kernel.org with ESMTP id ; Sat, 20 Jul 2002 20:32:27 -0400 Subject: Re: 2.5.27 -- memory.c:50:22: asm/rmap.h: No such file or directory From: Miles Lane To: LKML In-Reply-To: <1027211240.1864.24.camel@localhost.localdomain> References: <1027211240.1864.24.camel@localhost.localdomain> Content-Type: text/plain Organization: Message-Id: <1027211680.1863.28.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.1.0.99 (Preview Release) Date: 20 Jul 2002 20:34:40 -0400 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 569 Lines: 19 Hmm. This problem looks pretty straightforward. find . -name "*.h" | xargs grep rmap.h ./include/asm-generic/rmap.h: * linux/include/asm-generic/rmap.h ./include/asm-i386/rmap.h:#include find . -name "*.c" | xargs grep rmap.h ./mm/memory.c:#include ./mm/rmap.c:#include - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/