.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
---|
1 | 2 | /* |
---|
2 | 3 | * SMP support for R-Mobile / SH-Mobile - sh73a0 portion |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2010 Magnus Damm |
---|
5 | 6 | * Copyright (C) 2010 Takashi Yoshii |
---|
6 | | - * |
---|
7 | | - * This program is free software; you can redistribute it and/or modify |
---|
8 | | - * it under the terms of the GNU General Public License as published by |
---|
9 | | - * the Free Software Foundation; version 2 of the License. |
---|
10 | | - * |
---|
11 | | - * This program is distributed in the hope that it will be useful, |
---|
12 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
13 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
14 | | - * GNU General Public License for more details. |
---|
15 | 7 | */ |
---|
16 | 8 | #include <linux/kernel.h> |
---|
17 | 9 | #include <linux/init.h> |
---|
.. | .. |
---|
20 | 12 | #include <linux/delay.h> |
---|
21 | 13 | |
---|
22 | 14 | #include <asm/smp_plat.h> |
---|
23 | | -#include <asm/smp_twd.h> |
---|
24 | 15 | |
---|
25 | 16 | #include "common.h" |
---|
26 | 17 | #include "sh73a0.h" |
---|