All of lore.kernel.org
 help / color / mirror / Atom feed
From: Miles Lane <miles@megapathdsl.net>
To: LKML <linux-kernel@vger.kernel.org>
Subject: Re: 2.5.27 -- memory.c:50:22: asm/rmap.h: No such file or directory
Date: 20 Jul 2002 20:34:40 -0400	[thread overview]
Message-ID: <1027211680.1863.28.camel@localhost.localdomain> (raw)
In-Reply-To: <1027211240.1864.24.camel@localhost.localdomain>

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 <asm-generic/rmap.h>

find . -name "*.c" | xargs grep rmap.h

./mm/memory.c:#include <asm/rmap.h>
./mm/rmap.c:#include <asm/rmap.h>




  reply	other threads:[~2002-07-21  0:32 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-21  0:27 2.5.27 -- memory.c:50:22: asm/rmap.h: No such file or directory Miles Lane
2002-07-21  0:34 ` Miles Lane [this message]
2002-07-21  0:47   ` Rik van Riel
2002-07-21  1:37   ` Miles Lane
2002-07-21  5:39     ` Tomas Szepe
2002-07-22 14:31       ` Kai Germaschewski
     [not found] <Pine.LNX.4.44L.0207202153190.12241-100000@imladris.surriel.com>
2002-07-21  1:32 ` Miles Lane

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1027211680.1863.28.camel@localhost.localdomain \
    --to=miles@megapathdsl.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.