projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c7eeae
)
Formatting, reduce maximum number of functional memory children.
author
Benjamin Nash
<benash@umich.edu>
Thu, 30 Jun 2005 17:12:12 +0000
(13:12 -0400)
committer
Benjamin Nash
<benash@umich.edu>
Thu, 30 Jun 2005 17:12:12 +0000
(13:12 -0400)
dev/ide_disk.cc:
dev/pcidev.cc:
Formatting.
--HG--
extra : convert_revision :
6f5824aa220fe311751fb10ec8648fe64dfa4775
dev/ide_disk.cc
patch
|
blob
|
history
diff --git
a/dev/ide_disk.cc
b/dev/ide_disk.cc
index 3a39bcdd0b91c391edebad9791b51b4981b45c38..7096c6948c7e86a702cdf7733da65daac84455bd 100644
(file)
--- a/
dev/ide_disk.cc
+++ b/
dev/ide_disk.cc
@@
-260,7
+260,6
@@
IdeDisk::read(const Addr &offset, RegType_t type)
updateState(action);
return data;
-
}
void
@@
-787,7
+786,7
@@
IdeDisk::intrPost()
intrPending = true;
// talk to controller to set interrupt
- if (ctrl){
+ if (ctrl)
{
ctrl->bmi_regs[BMIS0] |= IDEINTS;
ctrl->intrPost();
}