Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/include Add prototypes for new XScale write-thr...



details:   https://anonhg.NetBSD.org/src/rev/8034a2505566
branches:  trunk
changeset: 518295:8034a2505566
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Nov 28 00:18:46 2001 +0000

description:
Add prototypes for new XScale write-through cache routines.

diffstat:

 sys/arch/arm/include/cpufunc.h |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r a93c4c65f526 -r 8034a2505566 sys/arch/arm/include/cpufunc.h
--- a/sys/arch/arm/include/cpufunc.h    Wed Nov 28 00:18:13 2001 +0000
+++ b/sys/arch/arm/include/cpufunc.h    Wed Nov 28 00:18:46 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpufunc.h,v 1.12 2001/11/19 18:40:15 thorpej Exp $     */
+/*     $NetBSD: cpufunc.h,v 1.13 2001/11/28 00:18:46 thorpej Exp $     */
 
 /*
  * Copyright (c) 1997 Mark Brinicombe.
@@ -338,6 +338,11 @@
 void   xscale_cache_purgeD_rng __P((u_int start, u_int end));
 void   xscale_cache_syncI_rng  __P((u_int start, u_int end));
 
+/* Used in write-through mode. */
+void   xscale_cache_flushID_rng __P((u_int start, u_int end));
+void   xscale_cache_flushD_rng __P((u_int start, u_int end));
+void   xscale_cache_flushI_rng __P((u_int start, u_int end));
+
 void   xscale_context_switch   __P((void));
 
 void   xscale_setup            __P((char *string));



Home | Main Index | Thread Index | Old Index