2000-12-06 Joel Sherrill <joel@OARcorp.com>

* cpu.c: Added include of <rtems/rtems/cache.h> to eliminate warning.
This commit is contained in:
Joel Sherrill
2000-12-06 15:33:12 +00:00
parent 5d7bfce333
commit 5996c48b66
4 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2000-12-06 Joel Sherrill <joel@OARcorp.com>
* cpu.c: Added include of <rtems/rtems/cache.h> to eliminate warning.
2000-11-21 Jiri Gaisler <jgais@ws.estec.esa.nl>
* cpu_asm.S: Fix for CPUs with FPU revision B or C.

View File

@@ -13,6 +13,7 @@
#include <rtems/system.h>
#include <rtems/score/isr.h>
#include <rtems/rtems/cache.h>
/*
* This initializes the set of opcodes placed in each trap

View File

@@ -1,3 +1,7 @@
2000-12-06 Joel Sherrill <joel@OARcorp.com>
* cpu.c: Added include of <rtems/rtems/cache.h> to eliminate warning.
2000-11-21 Jiri Gaisler <jgais@ws.estec.esa.nl>
* cpu_asm.S: Fix for CPUs with FPU revision B or C.

View File

@@ -13,6 +13,7 @@
#include <rtems/system.h>
#include <rtems/score/isr.h>
#include <rtems/rtems/cache.h>
/*
* This initializes the set of opcodes placed in each trap