From 870f046a4e02f78cafdbbfc227da7986a63385dd Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Wed, 10 Aug 2022 10:41:36 +0000 Subject: 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@ --- etc/etc.alpha/sysctl.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'etc/etc.alpha') 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 -- cgit v1.2.3