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
This commit is contained in:
marcel 2006-02-13 21:41:32 +00:00
parent 8026c9fd70
commit 279b470f55

View File

@ -66,9 +66,6 @@ archdep_start()
osf1_compat
unaligned_warnings
;;
ia64)
unaligned_warnings
;;
esac
echo '.'
}