On Mon, Jun 17, 2002 at 12:55:08PM -0700, Jun Sun wrote: > Just to be nit-picking, the end point should be (addr + size - 1). You better don't use the last bit of userspace and make that (addr + size). Saves several kB on the entire kernel. Ralf
On Mon, Jun 17, 2002 at 12:55:08PM -0700, Jun Sun wrote: > Just to be nit-picking, the end point should be (addr + size - 1). You better don't use the last bit of userspace and make that (addr + size). Saves several kB on the entire kernel. Ralf