aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-03-29 20:26:12 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-03-29 20:26:12 +0000
commit563dd7400833dfbd903faaaf3c457977398950fe (patch)
tree51a1390af9697aa35bc749e6822d63415178a059 /sys/ia64
parent083c3fbb6fac37af27aa20810fee49f292d04a00 (diff)
Notes
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/ia64/machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/ia64/machdep.c b/sys/ia64/ia64/machdep.c
index ee804f2653ac..5f954fe38e14 100644
--- a/sys/ia64/ia64/machdep.c
+++ b/sys/ia64/ia64/machdep.c
@@ -1267,8 +1267,8 @@ bounds_check_with_label(struct bio *bp, struct disklabel *lp, int wlabel)
return(1);
bad:
- bp->bio_flags |= BIO_ERROR;
#endif
+ bp->bio_flags |= BIO_ERROR;
return(-1);
}