summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/include
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2015-03-31 16:00:39 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2015-03-31 16:00:39 +0000
commit38e4dfdfe8f2a635f9087712cdedbf7c317a936f (patch)
treeacafcc82665b9860e060e5d7642c25539234bebd /sys/arch/macppc/include
parentf6a0d1cdffc58ecb54fb52ce0c752f4668c8da9e (diff)
Make it possisble to disable block address translation mechanism on
processors that support it. Due to the way trap code is patched it is currently not possible to enabled/disable BAT at runtime. ok miod@, kettenis@
Diffstat (limited to 'sys/arch/macppc/include')
-rw-r--r--sys/arch/macppc/include/bat.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/arch/macppc/include/bat.h b/sys/arch/macppc/include/bat.h
deleted file mode 100644
index fad8efe22b8..00000000000
--- a/sys/arch/macppc/include/bat.h
+++ /dev/null
@@ -1,3 +0,0 @@
-/* $OpenBSD: bat.h,v 1.1 2001/09/01 15:49:06 drahn Exp $ */
-
-#include <powerpc/bat.h>