diff options
Diffstat (limited to 'cpu/s3c44b0')
-rw-r--r-- | cpu/s3c44b0/cache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/s3c44b0/cache.c b/cpu/s3c44b0/cache.c index bc10171..66974f6 100644 --- a/cpu/s3c44b0/cache.c +++ b/cpu/s3c44b0/cache.c @@ -88,4 +88,3 @@ int dcache_status (void) { return dcache_status(); } - |