Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src Pull up rev. 1.3; approved by perry.
details: https://anonhg.NetBSD.org/src/rev/28b502451bfc
branches: netbsd-1-4
changeset: 468228:28b502451bfc
user: kleink <kleink%NetBSD.org@localhost>
date: Thu Apr 15 11:12:37 1999 +0000
description:
Pull up rev. 1.3; approved by perry.
diffstat:
lib/libarch/m68k/m68k_sync_icache.2 | 13 ++-----------
sys/arch/m68k/include/sync_icache.h | 11 ++++++++---
2 files changed, 10 insertions(+), 14 deletions(-)
diffs (75 lines):
diff -r d2fe1cbe2599 -r 28b502451bfc lib/libarch/m68k/m68k_sync_icache.2
--- a/lib/libarch/m68k/m68k_sync_icache.2 Thu Apr 15 03:12:58 1999 +0000
+++ b/lib/libarch/m68k/m68k_sync_icache.2 Thu Apr 15 11:12:37 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: m68k_sync_icache.2,v 1.2 1999/03/22 19:44:35 garbled Exp $
+.\" $NetBSD: m68k_sync_icache.2,v 1.2.2.1 1999/04/15 11:16:06 kleink Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -34,26 +34,20 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-
.Dd February 9, 1998
.Dt m68k_sync_icache 2
.Os
-
.Sh NAME
.Nm m68k_sync_icache
-.Nd intruction cache synchronization
-
+.Nd instruction cache synchronization
.Sh LIBRARY
.Lb libm68k
-
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <m68k/sync_icache.h>
.Ft void
.Fn m68k_sync_icache "void *start" "size_t size"
-
.Sh DESCRIPTION
-
.Fn m68k_sync_icache
synchronizes data and instruction caches over the specified region.
It should be called prior to executing newly generated code.
@@ -68,14 +62,11 @@
Addresses outside the specified region may be synchronized, too.
.Pp
The call always succeeds.
-
.Sh SEE ALSO
.Xr arm32_sync_icache 2
-
.Sh HISTORY
.Fn m68k_sync_icache
appeared first in
.Nx 1.4.
-
.Sh AUTHORS
Ignatios Souvatzis
diff -r d2fe1cbe2599 -r 28b502451bfc sys/arch/m68k/include/sync_icache.h
--- a/sys/arch/m68k/include/sync_icache.h Thu Apr 15 03:12:58 1999 +0000
+++ b/sys/arch/m68k/include/sync_icache.h Thu Apr 15 11:12:37 1999 +0000
@@ -1,4 +1,5 @@
-/* $NetBSD: sync_icache.h,v 1.2 1999/02/15 04:21:52 hubertf Exp $ */
+/* $NetBSD: sync_icache.h,v 1.2.2.1 1999/04/15 11:12:37 kleink Exp $ */
+
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -42,6 +43,10 @@
#ifndef _M68K_SYNC_ICACHE_H_
#define _M68K_SYNC_ICACHE_H_
-void m68k_sync_icache __P((void *addr, size_t *len));
+#include <sys/cdefs.h>
-#endif
+__BEGIN_DECLS
+void m68k_sync_icache __P((void *, size_t));
+__END_DECLS
+
+#endif /* !_M68K_SYNC_ICACHE_H_ */
Home |
Main Index |
Thread Index |
Old Index