hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/arc/include/asm/cache.h
....@@ -1,9 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
3
- *
4
- * This program is free software; you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License version 2 as
6
- * published by the Free Software Foundation.
74 */
85
96 #ifndef __ARC_ASM_CACHE_H
....@@ -28,6 +25,8 @@
2825
2926 #ifndef __ASSEMBLY__
3027
28
+#include <linux/build_bug.h>
29
+
3130 /* Uncached access macros */
3231 #define arc_read_uncached_32(ptr) \
3332 ({ \