.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2016-2017 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 | | - * |
---|
8 | 4 | */ |
---|
9 | 5 | |
---|
10 | 6 | #ifndef __SOC_ARC_AUX_H__ |
---|
.. | .. |
---|
26 | 22 | |
---|
27 | 23 | /* |
---|
28 | 24 | * function helps elide unused variable warning |
---|
29 | | - * see: http://lists.infradead.org/pipermail/linux-snps-arc/2016-November/001748.html |
---|
| 25 | + * see: https://lists.infradead.org/pipermail/linux-snps-arc/2016-November/001748.html |
---|
30 | 26 | */ |
---|
31 | 27 | static inline void write_aux_reg(u32 r, u32 v) |
---|
32 | 28 | { |
---|