projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdb5df8
)
Forgot some commas
author
Gabe Black
<gblack@eecs.umich.edu>
Wed, 30 Aug 2006 22:33:47 +0000
(18:33 -0400)
committer
Gabe Black
<gblack@eecs.umich.edu>
Wed, 30 Aug 2006 22:33:47 +0000
(18:33 -0400)
--HG--
extra : convert_revision :
d178c87ba156be6302f871f1ab1030889586168f
src/arch/sparc/asi.hh
patch
|
blob
|
history
diff --git
a/src/arch/sparc/asi.hh
b/src/arch/sparc/asi.hh
index 75e0edb307e60baa1f877b685d0e619b0c561e08..482e077e0b4f320c00aa372d723622ad16ebf3bc 100644
(file)
--- a/
src/arch/sparc/asi.hh
+++ b/
src/arch/sparc/asi.hh
@@
-140,10
+140,10
@@
namespace SparcISA
ASI_PST16_SECONDARY = ASI_PST16_S,
ASI_PST32_P = 0xC4,
ASI_PST32_PRIMARY = ASI_PST32_P,
- ASI_PST32_S = 0xC5
+ ASI_PST32_S = 0xC5
,
ASI_PST32_SECONDARY = ASI_PST32_S,
//0xC6-0xC7 implementation dependent
- ASI_PST8_PL = 0xC8
+ ASI_PST8_PL = 0xC8
,
ASI_PST8_PRIMARY_LITTLE = ASI_PST8_PL,
ASI_PST8_SL = 0xC9,
ASI_PST8_SECONDARY_LITTLE = ASI_PST8_SL,