summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2003-01-22 01:47:05 +0000
committergrehan <grehan@FreeBSD.org>2003-01-22 01:47:05 +0000
commit4a6537effcdf2a5c1ee12921ca5630c9331dd657 (patch)
treea3e9e5d26d6d1575e23c51e01b2fdb3fb9d822b2 /sys/powerpc
parent80b01382bfedbe4429ea82dde9f8cc4e4b445d6e (diff)
downloadFreeBSD-src-4a6537effcdf2a5c1ee12921ca5630c9331dd657.zip
FreeBSD-src-4a6537effcdf2a5c1ee12921ca5630c9331dd657.tar.gz
Remove BAT invalidation. This is done later in the boot sequence,
so isn't required here, and seems to cause problems when booting from disk. Approved by: benno
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/aim/locore.S17
-rw-r--r--sys/powerpc/powerpc/locore.S17
2 files changed, 0 insertions, 34 deletions
diff --git a/sys/powerpc/aim/locore.S b/sys/powerpc/aim/locore.S
index 697fde8..734d409 100644
--- a/sys/powerpc/aim/locore.S
+++ b/sys/powerpc/aim/locore.S
@@ -148,23 +148,6 @@ __start:
sync
isync
- mtibatu 0,0
- mtibatu 1,0
- mtibatu 2,0
- mtibatu 3,0
- mtdbatu 0,0
- mtdbatu 1,0
- mtdbatu 2,0
- mtdbatu 3,0
-
- li 9,0x12
- mtibatl 0,9
- mtdbatl 0,9
- li 9,0x1ffe
- mtibatu 0,9
- mtdbatu 0,9
- isync
-
/* Save the argument pointer and length */
mr 20,6
mr 21,7
diff --git a/sys/powerpc/powerpc/locore.S b/sys/powerpc/powerpc/locore.S
index 697fde8..734d409 100644
--- a/sys/powerpc/powerpc/locore.S
+++ b/sys/powerpc/powerpc/locore.S
@@ -148,23 +148,6 @@ __start:
sync
isync
- mtibatu 0,0
- mtibatu 1,0
- mtibatu 2,0
- mtibatu 3,0
- mtdbatu 0,0
- mtdbatu 1,0
- mtdbatu 2,0
- mtdbatu 3,0
-
- li 9,0x12
- mtibatl 0,9
- mtdbatl 0,9
- li 9,0x1ffe
- mtibatu 0,9
- mtdbatu 0,9
- isync
-
/* Save the argument pointer and length */
mr 20,6
mr 21,7
OpenPOWER on IntegriCloud