commit | 3386376c04533288ff51d8f3a6f0fba77af4d209 | [log] [tgz] |
---|---|---|
author | Artyom Tarasenko <atar4qemu@googlemail.com> | Sat May 08 16:10:14 2010 +0200 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat May 29 08:20:55 2010 +0000 |
tree | 1b57bd6075fbcb1d6ca7a6979c32f4cf4bb9a922 | |
parent | 54a3c0f032abf93d1cedc75456af75401ac10360 [diff] |
Pad iommu with an empty slot (necessary for SunOS 4.1.4) On the real hardware (SS-5, LX) the MMU is not padded, but aliased. Software shouldn't use aliased addresses, neither should it crash when it uses (on the real hardware it wouldn't). Using empty_slot instead of aliasing can help with debugging such accesses. Signed-off-by: Artyom Tarasenko <atar4qemu@googlemail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>