summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/mips/shared/cache
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/mips/shared/cache')
-rw-r--r--c/src/lib/libcpu/mips/shared/cache/cache.c8
-rw-r--r--c/src/lib/libcpu/mips/shared/cache/cache_.h13
2 files changed, 0 insertions, 21 deletions
diff --git a/c/src/lib/libcpu/mips/shared/cache/cache.c b/c/src/lib/libcpu/mips/shared/cache/cache.c
deleted file mode 100644
index 384e7c8c19..0000000000
--- a/c/src/lib/libcpu/mips/shared/cache/cache.c
+++ /dev/null
@@ -1,8 +0,0 @@
-/*
- * Cache Management Support Routines for the MIPS
- */
-
-#include <rtems.h>
-#include "cache_.h"
-
-/* TBD */
diff --git a/c/src/lib/libcpu/mips/shared/cache/cache_.h b/c/src/lib/libcpu/mips/shared/cache/cache_.h
deleted file mode 100644
index a81c5a098a..0000000000
--- a/c/src/lib/libcpu/mips/shared/cache/cache_.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * MIPS Cache Manager Support
- */
-
-#ifndef __MIPS_CACHE_h
-#define __MIPS_CACHE_h
-
-#include "../../../shared/include/cache.h"
-
-/* TBD */
-
-#endif
-/* end of include file */