Enable data cache as well.

This commit is contained in:
Joel Sherrill
2000-06-14 21:28:35 +00:00
parent 5847e8bc6e
commit 219d59d17a
3 changed files with 3 additions and 0 deletions

View File

@@ -91,6 +91,7 @@ void bsp_start( void )
m68k_set_vbr( &M68Kvec );
rtems_cache_enable_instruction();
rtems_cache_enable_data();
/*
* we only use a hook to get the C library initialized.

View File

@@ -80,6 +80,7 @@ void bsp_start( void )
/* make VME access round-robin */
rtems_cache_enable_instruction();
rtems_cache_enable_data();
/*
* we only use a hook to get the C library initialized.

View File

@@ -140,6 +140,7 @@ void bsp_start( void )
/* Disable D32 transfers : they don't work on my VMEbus rack */
rtems_cache_enable_instruction();
rtems_cache_enable_data();
/*
* we only use a hook to get the C library initialized.