commit | c0f809c46aa271f29a9e6268cdeda1f21301a8ef | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Sun Jan 09 23:53:45 2011 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sun Jan 09 23:59:12 2011 +0100 |
tree | 01dcf7fa000ec9d9b73610a7d3a6599b198ace1f | |
parent | 759c90ba3d4f8dcb748d7719f7ea82b181ffd590 [diff] |
target-sh4: implement writes to mmaped ITLB Some Linux kernels seems to implement ITLB/UTLB flushing through by writing all TLB entries through the memory mapped interface instead of writing one to MMUCR.TI. Implement memory mapped ITLB write interface so that such kernels can boot. This fixes https://bugs.launchpad.net/bugs/700774 . Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>