Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/macppc remove unused/useless #ifdef block
details: https://anonhg.NetBSD.org/src/rev/86ee27516c9f
branches: trunk
changeset: 1018637:86ee27516c9f
user: macallan <macallan%NetBSD.org@localhost>
date: Thu Feb 11 19:06:24 2021 +0000
description:
remove unused/useless #ifdef block
diffstat:
sys/arch/macppc/macppc/locore.S | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diffs (21 lines):
diff -r 0566219ab29d -r 86ee27516c9f sys/arch/macppc/macppc/locore.S
--- a/sys/arch/macppc/macppc/locore.S Thu Feb 11 12:30:08 2021 +0000
+++ b/sys/arch/macppc/macppc/locore.S Thu Feb 11 19:06:24 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.74 2019/10/11 21:56:55 macallan Exp $ */
+/* $NetBSD: locore.S,v 1.75 2021/02/11 19:06:24 macallan Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -90,11 +90,6 @@
#ifndef FIRMWORKSBUGS
mtmsr 0 /* Disable FPU/MMU/exceptions */
#endif
-#if defined(PMAP_OEA64_BRIDGE)
- mfmsr 0 /* Clear SF and ISF bits */
- clrldi 0,0,3
- mtmsrd 0
-#endif /* PMAP_OEA64_BRIDGE */
isync
/* compute end of kernel memory */
Home |
Main Index |
Thread Index |
Old Index