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 Use arm11_setttb for arm1176 as well.
details: https://anonhg.NetBSD.org/src/rev/5f9e349d68a1
branches: trunk
changeset: 795035:5f9e349d68a1
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Mar 30 08:36:21 2014 +0000
description:
Use arm11_setttb for arm1176 as well.
diffstat:
sys/arch/arm/arm/cpufunc.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 92d5bd7ad67e -r 5f9e349d68a1 sys/arch/arm/arm/cpufunc.c
--- a/sys/arch/arm/arm/cpufunc.c Sun Mar 30 08:00:34 2014 +0000
+++ b/sys/arch/arm/arm/cpufunc.c Sun Mar 30 08:36:21 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpufunc.c,v 1.142 2014/03/29 23:44:37 matt Exp $ */
+/* $NetBSD: cpufunc.c,v 1.143 2014/03/30 08:36:21 skrll 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.142 2014/03/29 23:44:37 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpufunc.c,v 1.143 2014/03/30 08:36:21 skrll Exp $");
#include "opt_compat_netbsd.h"
#include "opt_cpuoptions.h"
@@ -854,7 +854,7 @@
.cf_control = cpufunc_control,
.cf_domains = cpufunc_domains,
- .cf_setttb = arm11x6_setttb,
+ .cf_setttb = arm11_setttb,
.cf_faultstatus = cpufunc_faultstatus,
.cf_faultaddress = cpufunc_faultaddress,
Home |
Main Index |
Thread Index |
Old Index