summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/m68k/shared/cache/cache.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-12-08 13:36:55 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-12-08 13:36:55 +0000
commitc758a4ecf472f54bdf307275b67b2dd9479c62ba (patch)
tree3958921f45e42c3c0641d5f53ac335aa9fe4b5bc /c/src/lib/libcpu/m68k/shared/cache/cache.c
parent2009-12-08 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-c758a4ecf472f54bdf307275b67b2dd9479c62ba.tar.bz2
Whitespace removal.
Diffstat (limited to 'c/src/lib/libcpu/m68k/shared/cache/cache.c')
-rw-r--r--c/src/lib/libcpu/m68k/shared/cache/cache.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/c/src/lib/libcpu/m68k/shared/cache/cache.c b/c/src/lib/libcpu/m68k/shared/cache/cache.c
index 1c53d7b7de..3ba8d7f1a0 100644
--- a/c/src/lib/libcpu/m68k/shared/cache/cache.c
+++ b/c/src/lib/libcpu/m68k/shared/cache/cache.c
@@ -7,12 +7,12 @@
#include <rtems.h>
#include "cache_.h"
-/*
+/*
* Since the cacr is common to all mc680x0, provide macros
* for masking values in that register.
*/
-/*
+/*
* Used to clear bits in the cacr.
*/
#define _CPU_CACR_AND(mask) \
@@ -26,7 +26,7 @@
}
-/*
+/*
* Used to set bits in the cacr.
*/
#define _CPU_CACR_OR(mask) \
@@ -39,7 +39,7 @@
: "=d" (_ctl) : "0" (_ctl), "d" (_value) : "%%cc" ); \
}
-
+
/*
* CACHE MANAGER: The following functions are CPU-specific.
* They provide the basic implementation for the rtems_* cache