Changeset a0488a4 in rtems


Ignore:
Timestamp:
11/27/00 17:02:39 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
bcefea16
Parents:
9ad0087
Message:

2000-11-27 Joel Sherrill <joel@…>

  • cache/cache.h: Fix reference to MC68040 and put in stubs for missing support routines. The functionality of these routines needs to be addressed.
Location:
c/src/lib/libcpu/sparc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/sparc/ChangeLog

    r9ad0087 ra0488a4  
     12000-11-27      Joel Sherrill <joel@OARcorp.com>
     2
     3        * cache/cache.h: Fix reference to MC68040 and put in stubs
     4        for missing support routines.  The functionality of these
     5        routines needs to be addressed.
     6
    172000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
    28
  • c/src/lib/libcpu/sparc/cache/cache.c

    r9ad0087 ra0488a4  
    11/*
    2  *  Cache Management Support Routines for the MC68040
     2 *  Cache Management Support Routines for the SPARC
    33 *
    44 *  $Id$
     
    1515  asm volatile ("flush");
    1616}
     17
     18/* XXX these need to be addressed */
     19void _CPU_cache_freeze_instruction ( void )
     20{
     21}
     22
     23void _CPU_cache_unfreeze_instruction ( void )
     24{
     25}
     26
     27void _CPU_cache_enable_instruction ( void )
     28{
     29}
     30
     31void _CPU_cache_disable_instruction (   void )
     32{
     33}
     34
    1735#endif
    18 
    1936/* end of file */
Note: See TracChangeset for help on using the changeset viewer.