Searched hist:9581 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/base/
H A Dbitunion.hhdiff 12631:d48fc4cce6eb Thu Mar 29 20:00:00 EDT 2018 Gabe Black <gabeblack@google.com> base: Make bitunion output functions static/inline.

The specializations need to be online only and not static, but the
template itself is static and inline.

Originally they were in an anonymous namespace, but that causes
warnings when building on clang or with certain versions of gcc because
the functions may not be used in every .cc.

Change-Id: Iff127337f7bf0c18755de07a49d6e7a9ce6f2f0a
Reviewed-on: https://gem5-review.googlesource.com/9581
Reviewed-by: Anthony Gutierrez <anthony.gutierrez@amd.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Anthony Gutierrez <anthony.gutierrez@amd.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
H A Daddr_range.hhdiff 9581:e507dc092ca3 Thu Mar 07 05:55:00 EST 2013 Andreas Hansson <andreas.hansson@arm.com> base: Fix address range granularity calculations

This patch fixes a bug in the address range granularity
calculations. Previously it incorrectly used the high bit to establish
the size of the regions created, when it should really be looking at
the low bit.

Completed in 15 milliseconds