From 195d12217257f3fd4b328858cbb31ccf5a101652 Mon Sep 17 00:00:00 2001 From: jmallett Date: Mon, 12 Mar 2012 21:25:32 +0000 Subject: o) Use ABI, not ISA_* options, to determine whether to compile bits if libkern required for the ABI the kernel is being built for. XXX This is implemented in a kind-of nasty way that involves including source files, but it's still an improvement. o) Retire ISA_* options since they're unused and were always wrong. --- sys/mips/mips/swtch.S | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/mips/mips/swtch.S') diff --git a/sys/mips/mips/swtch.S b/sys/mips/mips/swtch.S index 8c43f24..3487a9d 100644 --- a/sys/mips/mips/swtch.S +++ b/sys/mips/mips/swtch.S @@ -56,7 +56,6 @@ */ #include "opt_compat.h" -#include "opt_cputype.h" #include #include #include -- cgit v1.1