.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * 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. |
---|
7 | 4 | */ |
---|
8 | 5 | |
---|
9 | 6 | #ifndef __ARC_ASM_CACHE_H |
---|
.. | .. |
---|
28 | 25 | |
---|
29 | 26 | #ifndef __ASSEMBLY__ |
---|
30 | 27 | |
---|
| 28 | +#include <linux/build_bug.h> |
---|
| 29 | + |
---|
31 | 30 | /* Uncached access macros */ |
---|
32 | 31 | #define arc_read_uncached_32(ptr) \ |
---|
33 | 32 | ({ \ |
---|