summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2017-06-05 17:47:34 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2017-06-05 17:47:34 +0000
commitdb234cc210924292c0da9e1214cec4cdd18158ea (patch)
tree377d5a0dfae3a4e2873cfd99af5df6616d481947 /sys
parent2730af4f786d350a7447f177925ae33557e02d84 (diff)
include machine/param.h before machine.asm.h because uhm alpha.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/makegap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/makegap.sh b/sys/conf/makegap.sh
index 3a9db58337b..da50aa602f8 100644
--- a/sys/conf/makegap.sh
+++ b/sys/conf/makegap.sh
@@ -3,8 +3,8 @@
PADBYTE=$1
cat << __EOF__
-#include <machine/asm.h>
#include <machine/param.h>
+#include <machine/asm.h>
.text
.balign PAGE_SIZE, $PADBYTE