summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2003-07-09 19:30:30 +0000
committerscottl <scottl@FreeBSD.org>2003-07-09 19:30:30 +0000
commit42f9960cb06fb839495724a49649a108623d0602 (patch)
treed0881107095c942aee0ffe7608fbccdeeadd8340 /sys/dev
parentd070a46718091d35ec6eb6c2c0b09136b88624fd (diff)
downloadFreeBSD-src-42f9960cb06fb839495724a49649a108623d0602.zip
FreeBSD-src-42f9960cb06fb839495724a49649a108623d0602.tar.gz
Fix a missing } that got dropped from the last commit.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/aac/aac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/aac/aac.c b/sys/dev/aac/aac.c
index db2b8dd..4c3699f 100644
--- a/sys/dev/aac/aac.c
+++ b/sys/dev/aac/aac.c
@@ -1559,6 +1559,7 @@ aac_init(struct aac_softc *sc)
if (sc->flags & AAC_FLAGS_BROKEN_MEMMAP) {
ip->HostPhysMemPages =
(ip->HostPhysMemPages + AAC_PAGE_SIZE) / AAC_PAGE_SIZE;
+ }
ip->HostElapsedSeconds = time_second; /* reset later if invalid */
/*
OpenPOWER on IntegriCloud