| .. | .. | 
|---|
|  | 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ | 
|---|
| 1 | 2 | /* | 
|---|
| 2 | 3 | * OpenRISC string.S | 
|---|
| 3 | 4 | * | 
|---|
| .. | .. | 
|---|
| 8 | 9 | * Modifications for the OpenRISC architecture: | 
|---|
| 9 | 10 | * Copyright (C) 2003 Matjaz Breskvar <phoenix@bsemi.com> | 
|---|
| 10 | 11 | * Copyright (C) 2010-2011 Jonas Bonn <jonas@southpole.se> | 
|---|
| 11 |  | - * | 
|---|
| 12 |  | - *      This program is free software; you can redistribute it and/or | 
|---|
| 13 |  | - *      modify it under the terms of the GNU General Public License | 
|---|
| 14 |  | - *      as published by the Free Software Foundation; either version | 
|---|
| 15 |  | - *      2 of the License, or (at your option) any later version. | 
|---|
| 16 | 12 | */ | 
|---|
| 17 | 13 |  | 
|---|
| 18 | 14 | #include <linux/linkage.h> | 
|---|