Formatting, reduce maximum number of functional memory children.
dev/ide_disk.cc:
dev/pcidev.cc:
Formatting.
--HG--
extra : convert_revision : 6f5824aa220fe311751fb10ec8648fe64dfa4775
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user