.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Bus error event handling code for systems equipped with ECC |
---|
3 | 4 | * handling logic, i.e. DECstation/DECsystem 5000/200 (KN02), |
---|
.. | .. |
---|
5 | 6 | * 5900/260 (KN05) systems. |
---|
6 | 7 | * |
---|
7 | 8 | * Copyright (c) 2003, 2005 Maciej W. Rozycki |
---|
8 | | - * |
---|
9 | | - * This program is free software; you can redistribute it and/or |
---|
10 | | - * modify it under the terms of the GNU General Public License |
---|
11 | | - * as published by the Free Software Foundation; either version |
---|
12 | | - * 2 of the License, or (at your option) any later version. |
---|
13 | 9 | */ |
---|
14 | 10 | |
---|
15 | 11 | #include <linux/init.h> |
---|