Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/arm PR 50669 David Binderman: remove dead code
details: https://anonhg.NetBSD.org/src/rev/8393912ede22
branches: trunk
changeset: 345491:8393912ede22
user: dholland <dholland%NetBSD.org@localhost>
date: Mon May 30 17:18:38 2016 +0000
description:
PR 50669 David Binderman: remove dead code
diffstat:
sys/arch/arm/arm/cpufunc.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r 0afdc05e55cf -r 8393912ede22 sys/arch/arm/arm/cpufunc.c
--- a/sys/arch/arm/arm/cpufunc.c Mon May 30 17:11:56 2016 +0000
+++ b/sys/arch/arm/arm/cpufunc.c Mon May 30 17:18:38 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpufunc.c,v 1.160 2016/01/23 21:39:17 christos Exp $ */
+/* $NetBSD: cpufunc.c,v 1.161 2016/05/30 17:18:38 dholland Exp $ */
/*
* arm7tdmi support code Copyright (c) 2001 John Fremlin
@@ -49,7 +49,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpufunc.c,v 1.160 2016/01/23 21:39:17 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpufunc.c,v 1.161 2016/05/30 17:18:38 dholland Exp $");
#include "opt_compat_netbsd.h"
#include "opt_cpuoptions.h"
@@ -2330,8 +2330,7 @@
registers[base] += offset;
DFC_PRINTF(("r%d=%08x\n", base, registers[base]));
}
- } else if ((fault_instruction & 0x0e000000) == 0x0c000000)
- return ABORT_FIXUP_FAILED;
+ }
if ((frame->tf_spsr & PSR_MODE) == PSR_SVC32_MODE) {
Home |
Main Index |
Thread Index |
Old Index