summaryrefslogtreecommitdiffstats
path: root/bsps/shared/cache/cacheimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/shared/cache/cacheimpl.h')
-rw-r--r--bsps/shared/cache/cacheimpl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bsps/shared/cache/cacheimpl.h b/bsps/shared/cache/cacheimpl.h
index 7e56d97f85..ddd125aa87 100644
--- a/bsps/shared/cache/cacheimpl.h
+++ b/bsps/shared/cache/cacheimpl.h
@@ -10,7 +10,7 @@
/*
* Cache Manager
*
- * Copyright (C) 2014, 2018 embedded brains GmbH
+ * Copyright (C) 2014, 2018 embedded brains GmbH & Co. KG
*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
@@ -318,6 +318,7 @@ static void smp_cache_inst_inv(void *arg)
static void smp_cache_inst_inv_all(void *arg)
{
+ (void) arg;
_CPU_cache_invalidate_entire_instruction();
}