Re: [PATCH] Put modules into linear mapping

Christoph Hellwig (hch@infradead.org)
Fri, 27 Sep 2002 16:05:20 +0100


On Fri, Sep 27, 2002 at 04:09:30PM +0200, Andi Kleen wrote:
> + unsigned long mptr = (unsigned long)mod;
> + if (mptr >= VMALLOC_START && mptr+mod->size <= VMALLOC_END)

Any chance you could add is is_vmalloc() macro to vmalloc.h for this?

-
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/


ing file"