diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-03-31 16:00:39 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-03-31 16:00:39 +0000 |
commit | 38e4dfdfe8f2a635f9087712cdedbf7c317a936f (patch) | |
tree | acafcc82665b9860e060e5d7642c25539234bebd /sys/arch/macppc/include | |
parent | f6a0d1cdffc58ecb54fb52ce0c752f4668c8da9e (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.h | 3 |
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> |