.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2014-15 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 | #include <linux/linkage.h> |
---|
.. | .. |
---|
30 | 27 | |
---|
31 | 28 | #else |
---|
32 | 29 | |
---|
33 | | -.macro PREALLOC_INSTR |
---|
| 30 | +.macro PREALLOC_INSTR reg, off |
---|
34 | 31 | .endm |
---|
35 | 32 | |
---|
36 | | -.macro PREFETCHW_INSTR |
---|
| 33 | +.macro PREFETCHW_INSTR reg, off |
---|
37 | 34 | .endm |
---|
38 | 35 | |
---|
39 | 36 | #endif |
---|