I don't know about you, but to me the difference between technological
thrill and masturbation is that real technology actually matters to real
people.
I'm not in it for some theoretical good. I want my code to make _sense_.
> > page tables. And I personally like how Hammer looks more than the ia64 VM
> > horror.
>
> No kidding. But I want TLB load instructions.
TLB load instructions + hardware walking just do not make much sense if
you allow the loaded entries to be victimized.
Of course, you can have a separate "lock this TLB entry that I give you"
thing, which can be useful for real-time, and can also be useful for
having per-CPU data areas.
But then you might as well consider that a BAT register ("block address
translation", ppc has those too), and separate from the TLB.
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/