summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2006-02-13 21:41:32 +0000
committermarcel <marcel@FreeBSD.org>2006-02-13 21:41:32 +0000
commit279b470f551c62df07a123c040408583156bdaf0 (patch)
tree63b2f56999cdebac032b124e94c831ad55c95dc6 /etc
parent8026c9fd7026909e028b86ff24d53ce692cc33ac (diff)
downloadFreeBSD-src-279b470f551c62df07a123c040408583156bdaf0.zip
FreeBSD-src-279b470f551c62df07a123c040408583156bdaf0.tar.gz
On ia64, the unaligned_print sysctl is a debugging knob under debug
and not under machdep as the behaviour is controlled by the process. When PSR.ac is set the process expects to receive a SIGBUS. Otherwise the processor or the kernel will emulate the misaligned memory access. MFC after: 3 days
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/archdep3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/rc.d/archdep b/etc/rc.d/archdep
index 8c20d32..965b0c9 100644
--- a/etc/rc.d/archdep
+++ b/etc/rc.d/archdep
@@ -66,9 +66,6 @@ archdep_start()
osf1_compat
unaligned_warnings
;;
- ia64)
- unaligned_warnings
- ;;
esac
echo '.'
}
OpenPOWER on IntegriCloud