Searched hist:fcce810986b3f32a8322faf240f8cc5560a4c463 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | cputhreads.h | diff fcce810986b3f32a8322faf240f8cc5560a4c463 Thu Jul 23 18:15:10 CDT 2009 Benjamin Herrenschmidt <benh@kernel.crashing.org> powerpc/mm: Add HW threads support to no_hash TLB management
The current "no hash" MMU context management code is written with the assumption that one CPU == one TLB. This is not the case on implementations that support HW multithreading, where several linux CPUs can share the same TLB.
This adds some basic support for this to our context management and our TLB flushing code.
It also cleans up the optional debugging output a bit
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|