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/f08269c7c800
branches:  trunk
changeset: 328295:f08269c7c800
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 06b203cf7493 -r f08269c7c800 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