That's not correct unless they changed terminology without asking my
permission :-) A direct mapped cache is the same as a 1-way set
associative cache. It means each cache line has one and only one
place it can be in the cache. It also means there is only one set
of tag comparitors, which makes it cheaper and easier to build.
> If I'm mistaken about my termonology (very possible :-) what is the term
> for what I am refering to as direct mapped?
Fully associative cache, I believe.
----- Larry McVoy lm at bitmover.com http://www.bitmover.com/lm - 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/