forked from Imagelibrary/rtems
2000-10-18 John Cotton <john.cotton@nrc.ca>
* shared/include/cache.h: Improved file header.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2000-10-18 John Cotton <john.cotton@nrc.ca>
|
||||
|
||||
* shared/include/cache.h: Improved file header.
|
||||
|
||||
2000-10-12 Nick Simon <Nick.SIMON@syntegra.bt.co.uk>
|
||||
|
||||
* shared/src/cache_manager.c: Minor bug fix -- changed > to >= so the
|
||||
|
||||
@@ -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$
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user