question on memory map of process on i386

From: Christopher Friesen
Date: Wed Aug 03 2005 - 18:30:52 EST



On i386, /proc/<pid>/maps shows the following entry:

ffffe000-fffff000 ---p 00000000 00:00 0

This page of memory is way up above TASK_SIZE (which is 0xc0000000), so how is it visible to userspace?

Just to complicate things, I seem to find the vma for this page using find_vma_prev().

Can anyone explain what's going on?



Thanks,

Chris
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/