projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2b5b4c
)
ruby: remove undefined functions in Address class
author
Nilay Vaish
<nilay@cs.wisc.edu>
Sun, 9 Jun 2013 12:29:58 +0000
(07:29 -0500)
committer
Nilay Vaish
<nilay@cs.wisc.edu>
Sun, 9 Jun 2013 12:29:58 +0000
(07:29 -0500)
src/mem/ruby/common/Address.hh
patch
|
blob
|
history
diff --git
a/src/mem/ruby/common/Address.hh
b/src/mem/ruby/common/Address.hh
index c63100b7fd600c50d7a17a0f046be541e490264b..881ef5d66c131100bcb1ff4900b0fe8574d3d839 100644
(file)
--- a/
src/mem/ruby/common/Address.hh
+++ b/
src/mem/ruby/common/Address.hh
@@
-72,9
+72,6
@@
class Address
void makePageAddress();
void makeNextStrideAddress(int stride);
- int getBankSetNum() const;
- int getBankSetDist() const;
-
Index memoryModuleIndex() const;
void print(std::ostream& out) const;