Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/arch/arm cpu_cache_syncI_rng -> cpu_icache_...
details: https://anonhg.NetBSD.org/src/rev/b59189e8c03b
branches: trunk
changeset: 521645:b59189e8c03b
user: bjh21 <bjh21%NetBSD.org@localhost>
date: Sat Feb 02 16:53:39 2002 +0000
description:
cpu_cache_syncI_rng -> cpu_icache_sync_range
diffstat:
sys/compat/linux/arch/arm/linux_sys_machdep.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 75658e15b4d9 -r b59189e8c03b sys/compat/linux/arch/arm/linux_sys_machdep.c
--- a/sys/compat/linux/arch/arm/linux_sys_machdep.c Sat Feb 02 16:52:45 2002 +0000
+++ b/sys/compat/linux/arch/arm/linux_sys_machdep.c Sat Feb 02 16:53:39 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_sys_machdep.c,v 1.3 2002/02/02 16:30:28 bjh21 Exp $ */
+/* $NetBSD: linux_sys_machdep.c,v 1.4 2002/02/02 16:53:39 bjh21 Exp $ */
/*-
* Copyright (c) 2002 Ben Harris
@@ -29,7 +29,7 @@
#include <sys/param.h>
-__RCSID("$Id: linux_sys_machdep.c,v 1.3 2002/02/02 16:30:28 bjh21 Exp $");
+__RCSID("$Id: linux_sys_machdep.c,v 1.4 2002/02/02 16:53:39 bjh21 Exp $");
#include <sys/systm.h>
@@ -58,7 +58,7 @@
syscallarg(uintptr_t) to;
} */ *uap = v;
- cpu_cache_syncI_rng(SCARG(uap, from),
+ cpu_icache_sync_range(SCARG(uap, from),
SCARG(uap, to) - SCARG(uap, from) + 1);
#endif
*retval = 0;
Home |
Main Index |
Thread Index |
Old Index