commit | f64052478e3828393aea4248da4047b86d48f83f | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Thu Apr 22 16:47:31 2010 -0700 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sun Apr 25 12:59:33 2010 +0000 |
tree | c5567565d65c24dc5eebde74a8fd89a8053980b6 | |
parent | 6495a044575c01aee960c54e8a138ac51ed8a835 [diff] |
Remove IO_MEM_SUBWIDTH. Greatly simplify the subpage implementation by not supporting multiple devices at the same address at different widths. We don't need full copies of mem_read/mem_write/opaque for each address, only a single index back into the main io_mem_* arrays. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>