Module Name: src Committed By: skrll Date: Sun Mar 30 08:36:21 UTC 2014
Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: Use arm11_setttb for arm1176 as well. To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143 src/sys/arch/arm/arm/cpufunc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/arm/arm/cpufunc.c diff -u src/sys/arch/arm/arm/cpufunc.c:1.142 src/sys/arch/arm/arm/cpufunc.c:1.143 --- src/sys/arch/arm/arm/cpufunc.c:1.142 Sat Mar 29 23:44:37 2014 +++ src/sys/arch/arm/arm/cpufunc.c Sun Mar 30 08:36:21 2014 @@ -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 @@ struct cpu_functions arm1176_cpufuncs = .cf_control = cpufunc_control, .cf_domains = cpufunc_domains, - .cf_setttb = arm11x6_setttb, + .cf_setttb = arm11_setttb, .cf_faultstatus = cpufunc_faultstatus, .cf_faultaddress = cpufunc_faultaddress,