Changeset 12983170 in rtems


Ignore:
Timestamp:
06/15/00 21:57:19 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
66a99a96
Parents:
a94c0ace
Message:

Use correct name for caching routines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/dmv177/startup/bspstart.c

    ra94c0ace r12983170  
    132132
    133133#if ( PPC_USE_INSTRUCTION_CACHE )
    134   powerpc_instruction_cache_enable ();
     134  rtems_cache_enable_instruction();
    135135#endif
    136136
    137137#if ( PPC_USE_DATA_CACHE )
    138   powerpc_data_cache_enable ();
     138  rtems_cache_enable_data();
    139139#endif
    140 
    141140}
Note: See TracChangeset for help on using the changeset viewer.