Re: Note describing poor dcache utilization under high memory pressure

From: Linus Torvalds (torvalds@transmeta.com)
Date: Tue Jan 29 2002 - 16:50:19 EST


On Tue, 29 Jan 2002, Oliver Xymoron wrote:
>
> I don't think read-only for the tables is sufficient if the pages
> themselves are writable.

At least on x86, the WRITE bit in the page directory entries will override
any bits int he PTE. In other words, it doesn't make the page directory
entries thmselves unwritable - it makes the final pages unwritable.

Which are exactly the semantics we want.

I have this strong feeling (but am lazy enough to not try to find the
documentation) that on alpha the access bits in the upper page tables are
just ignored (ie you have to actually turn off the present bit), which is
a bit sad as it shouldn't matter from a PAL-code standpoint (just two more
"and" instructions to and all the levels access bits together).

                Linus

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



This archive was generated by hypermail 2b29 : Thu Jan 31 2002 - 21:01:06 EST