Searched hist:9406 (Results 1 - 3 of 3) sorted by relevance

/gem5/src/dev/sparc/
H A Ddtod.ccdiff 12624:145fd7b3d0cf Tue Mar 27 05:19:00 EDT 2018 Gabe Black <gabeblack@google.com> dev: sparc: Get rid of the TheISA namespace in the SPARC devices.

It's not used, and so doesn't need to be brought in with a "using"
statement.

Change-Id: Iff4f7c66dbf1ee18e2e1a7d3e73bbae8cc4bf8eb
Reviewed-on: https://gem5-review.googlesource.com/9406
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Gabe Black <gabeblack@google.com>
H A Dt1000.ccdiff 12624:145fd7b3d0cf Tue Mar 27 05:19:00 EDT 2018 Gabe Black <gabeblack@google.com> dev: sparc: Get rid of the TheISA namespace in the SPARC devices.

It's not used, and so doesn't need to be brought in with a "using"
statement.

Change-Id: Iff4f7c66dbf1ee18e2e1a7d3e73bbae8cc4bf8eb
Reviewed-on: https://gem5-review.googlesource.com/9406
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Gabe Black <gabeblack@google.com>
/gem5/src/mem/
H A Daddr_mapper.ccdiff 9406:024edfcfcbbf Mon Jan 07 13:05:00 EST 2013 Andreas Hansson <andreas.hansson@arm.com> mem: Skip address mapper range checks to allow more flexibility

This patch makes the address mapper less stringent about checking the
before and after ranges, i.e. the original and remapped ranges. The
checks were not really necessary, and there are situations when the
previous checks were too strict.

Completed in 17 milliseconds