Basic work towards supporting ASIs properly
authorGabe Black <gblack@eecs.umich.edu>
Sat, 30 Sep 2006 07:03:58 +0000 (03:03 -0400)
committerGabe Black <gblack@eecs.umich.edu>
Sat, 30 Sep 2006 07:03:58 +0000 (03:03 -0400)
commit333eb4efea55982bc73fae7638bb55fd0e9b5617
treecb502e521ab55402bd44b2928ee3735682c5078c
parent165b010b2928a2ebb6e080727cda73daede70123
Basic work towards supporting ASIs properly

src/arch/sparc/SConscript:
    Added a file that implements ASI utility functions. These don't go in utility.hh because they aren't supposed to be part of the generic ISA interface.
src/arch/sparc/asi.hh:
    Fixed up some mistranscriptions, and added function prototypes for some ASI utility functions.
src/arch/sparc/asi.cc:
    Implementation of some ASI utility functions.

--HG--
extra : convert_revision : 8021007027b13e91cc66908029470da49a8ca11f
src/arch/sparc/SConscript
src/arch/sparc/asi.cc [new file with mode: 0644]
src/arch/sparc/asi.hh