From c5a60819c6a85448fd118c91616232cbbd09458d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 18 Oct 2000 17:36:42 +0000 Subject: 2000-10-18 John Cotton * shared/include/cache.h: Improved file header. --- c/src/lib/libcpu/ChangeLog | 4 ++++ c/src/lib/libcpu/shared/include/cache.h | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) (limited to 'c/src') diff --git a/c/src/lib/libcpu/ChangeLog b/c/src/lib/libcpu/ChangeLog index f8ad21f3e6..d154663d7d 100644 --- a/c/src/lib/libcpu/ChangeLog +++ b/c/src/lib/libcpu/ChangeLog @@ -1,3 +1,7 @@ +2000-10-18 John Cotton + + * shared/include/cache.h: Improved file header. + 2000-10-12 Nick Simon * shared/src/cache_manager.c: Minor bug fix -- changed > to >= so the diff --git a/c/src/lib/libcpu/shared/include/cache.h b/c/src/lib/libcpu/shared/include/cache.h index 8c00cb38bd..44b092ce1f 100644 --- a/c/src/lib/libcpu/shared/include/cache.h +++ b/c/src/lib/libcpu/shared/include/cache.h @@ -1,5 +1,21 @@ /* * libcpu Cache Manager Support + * + * COPYRIGHT (c) 1989-1999. + * On-Line Applications Research Corporation (OAR). + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.OARcorp.com/rtems/license.html. + * + * The functions declared in this file are implemented for + * each processor in the cache.c file under libcpu/CPU/. + * They provide the processor specific actions to take for + * implementing most of the RTEMS Cache Manager directives, + * and should only ever be called by these directives. + * + * The API for the RTEMS Cache Manager can be found in + * c/src/exec/rtems/include/rtems/rtems/cache.h * * $Id$ */ -- cgit v1.2.3