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 Moolenaar 2006-02-13 21:41:32 +00:00
parent fda40672d0
commit 1c71a2c535
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155620

View File

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