hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/powerpc/include/asm/kvm_asm.h
....@@ -1,16 +1,5 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
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.
143 *
154 * Copyright IBM Corp. 2008
165 *
....@@ -84,7 +73,6 @@
8473 #define BOOK3S_INTERRUPT_INST_STORAGE 0x400
8574 #define BOOK3S_INTERRUPT_INST_SEGMENT 0x480
8675 #define BOOK3S_INTERRUPT_EXTERNAL 0x500
87
-#define BOOK3S_INTERRUPT_EXTERNAL_LEVEL 0x501
8876 #define BOOK3S_INTERRUPT_EXTERNAL_HV 0x502
8977 #define BOOK3S_INTERRUPT_ALIGNMENT 0x600
9078 #define BOOK3S_INTERRUPT_PROGRAM 0x700
....@@ -134,8 +122,7 @@
134122 #define BOOK3S_IRQPRIO_EXTERNAL 14
135123 #define BOOK3S_IRQPRIO_DECREMENTER 15
136124 #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
139126
140127 #define BOOK3S_HFLAG_DCBZ32 0x1
141128 #define BOOK3S_HFLAG_SLB 0x2