diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2006-06-17 18:40:40 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2006-06-17 18:40:40 -0400 |
commit | 174f7753ae8b5d5c856f262e770e3184f37077ea (patch) | |
tree | d0ea9955df9170d8759c616100006cf2d07bec0a /src/sim | |
parent | 1edb2058929cf9b0d3cc7d9836549d199e592f9b (diff) | |
download | gem5-174f7753ae8b5d5c856f262e770e3184f37077ea.tar.xz |
minor header cleanups
src/dev/alpha_console.cc:
Remove my name twice from header
src/dev/ide_disk.cc:
Spell my full name correctly
src/mem/bus.hh:
I think I edited much of this
src/sim/byteswap.hh:
I believe most of this code is mine or nate's
--HG--
extra : convert_revision : b672b5de5492e04d2880fb51e7d63bc5587f2954
Diffstat (limited to 'src/sim')
-rw-r--r-- | src/sim/byteswap.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sim/byteswap.hh b/src/sim/byteswap.hh index a3138a25e..c7abc4bff 100644 --- a/src/sim/byteswap.hh +++ b/src/sim/byteswap.hh @@ -25,7 +25,8 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * Authors: Gabe Black + * Authors: Ali Saidi + * Nathan Binkert */ //The purpose of this file is to provide endainness conversion utility |