summaryrefslogtreecommitdiffstats
path: root/sys/mips/include/_bus.h
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2012-03-12 21:25:32 +0000
committerjmallett <jmallett@FreeBSD.org>2012-03-12 21:25:32 +0000
commit195d12217257f3fd4b328858cbb31ccf5a101652 (patch)
treef982d7b32e1a65ea4d9f9f78cf4321252085149f /sys/mips/include/_bus.h
parentcb55999141197a7294c6e4eefb8d5ed74c97a25d (diff)
downloadFreeBSD-src-195d12217257f3fd4b328858cbb31ccf5a101652.zip
FreeBSD-src-195d12217257f3fd4b328858cbb31ccf5a101652.tar.gz
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.
Diffstat (limited to 'sys/mips/include/_bus.h')
-rw-r--r--sys/mips/include/_bus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/include/_bus.h b/sys/mips/include/_bus.h
index 1eaf6fa..b701802 100644
--- a/sys/mips/include/_bus.h
+++ b/sys/mips/include/_bus.h
@@ -31,10 +31,10 @@
#ifndef MIPS_INCLUDE__BUS_H
#define MIPS_INCLUDE__BUS_H
+
/*
* Bus address and size types
*/
-#include "opt_cputype.h"
#if defined(CPU_CNMIPS) && !defined(__mips_n64)
typedef uint64_t bus_addr_t;
#else
OpenPOWER on IntegriCloud