diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2022-08-10 10:41:36 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2022-08-10 10:41:36 +0000 |
commit | 870f046a4e02f78cafdbbfc227da7986a63385dd (patch) | |
tree | 994559bec872855a4700a4fd10179fa91d8c7871 /etc/etc.alpha | |
parent | 0b54e3b6d3aa558f8dfc9772cc1a948939a92f43 (diff) |
Remove alpha kernel code to process userland misaligned accesses, and the
machdep.unaligned_* sysctl to control its behaviour. Such code made sense more
than 20 years ago where a lot of code was not 64-bit clean, but this is no
longer the case those days.
ok jsg@ millert@ deraadt@
Diffstat (limited to 'etc/etc.alpha')
-rw-r--r-- | etc/etc.alpha/sysctl.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/etc.alpha/sysctl.conf b/etc/etc.alpha/sysctl.conf index 8174e5b77d5..f506f4546d8 100644 --- a/etc/etc.alpha/sysctl.conf +++ b/etc/etc.alpha/sysctl.conf @@ -1,5 +1,2 @@ -#machdep.unaligned_print=0 # 0 - disable printing of unaligned access -#machdep.unaligned_fix=0 # 0 - disable fixup of unaligned access -#machdep.unaligned_sigbus=0 # 0 - don't sigbus on unaligned access #machdep.allowaperture=1 # see xf86(4) #machdep.led_blink=1 # blink chassis leds on DEC 3000 |