From: Benjamin Nash Date: Thu, 30 Jun 2005 17:12:12 +0000 (-0400) Subject: Formatting, reduce maximum number of functional memory children. X-Git-Tag: m5_1.1~60 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e563acd5c6ab65945d42b19f26e44cb2a7806c5d;p=gem5.git Formatting, reduce maximum number of functional memory children. dev/ide_disk.cc: dev/pcidev.cc: Formatting. --HG-- extra : convert_revision : 6f5824aa220fe311751fb10ec8648fe64dfa4775 --- diff --git a/dev/ide_disk.cc b/dev/ide_disk.cc index 3a39bcdd0..7096c6948 100644 --- 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(); }