.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | | - * This program is free software; you can redistribute it and/or modify |
---|
3 | | - * it under the terms of the GNU General Public License, version 2, as |
---|
4 | | - * published by the Free Software Foundation. |
---|
5 | | - * |
---|
6 | | - * This program is distributed in the hope that it will be useful, |
---|
7 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
8 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
9 | | - * GNU General Public License for more details. |
---|
10 | | - * |
---|
11 | | - * You should have received a copy of the GNU General Public License |
---|
12 | | - * along with this program; if not, write to the Free Software |
---|
13 | | - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
---|
14 | 3 | * |
---|
15 | 4 | * Copyright IBM Corp. 2008 |
---|
16 | 5 | * |
---|
.. | .. |
---|
84 | 73 | #define BOOK3S_INTERRUPT_INST_STORAGE 0x400 |
---|
85 | 74 | #define BOOK3S_INTERRUPT_INST_SEGMENT 0x480 |
---|
86 | 75 | #define BOOK3S_INTERRUPT_EXTERNAL 0x500 |
---|
87 | | -#define BOOK3S_INTERRUPT_EXTERNAL_LEVEL 0x501 |
---|
88 | 76 | #define BOOK3S_INTERRUPT_EXTERNAL_HV 0x502 |
---|
89 | 77 | #define BOOK3S_INTERRUPT_ALIGNMENT 0x600 |
---|
90 | 78 | #define BOOK3S_INTERRUPT_PROGRAM 0x700 |
---|
.. | .. |
---|
134 | 122 | #define BOOK3S_IRQPRIO_EXTERNAL 14 |
---|
135 | 123 | #define BOOK3S_IRQPRIO_DECREMENTER 15 |
---|
136 | 124 | #define BOOK3S_IRQPRIO_PERFORMANCE_MONITOR 16 |
---|
137 | | -#define BOOK3S_IRQPRIO_EXTERNAL_LEVEL 17 |
---|
138 | | -#define BOOK3S_IRQPRIO_MAX 18 |
---|
| 125 | +#define BOOK3S_IRQPRIO_MAX 17 |
---|
139 | 126 | |
---|
140 | 127 | #define BOOK3S_HFLAG_DCBZ32 0x1 |
---|
141 | 128 | #define BOOK3S_HFLAG_SLB 0x2 |
---|