Re: vremap() of non-page-aligned memory

Alan Cox (alan@cymru.net)
Wed, 17 Apr 1996 12:42:19 +0100 (BST)


> Does anybody know whether there is a more elegant way (aka.
> another function than vremap()) of mapping this into kernel
> memory space? The obvious solution is remapping the physical
> page that contains the memory chunk, but that appears to
> be a somewhat non-portable solution since it relies on a
> preset page size etc.

And what do you think vremap() does ???

Alan