Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356798
b: refs/heads/master
c: 7e64e05
h: refs/heads/master
v: v3
  • Loading branch information
Cornelia Huck authored and Gleb Natapov committed Dec 18, 2012
1 parent b4c5223 commit f3d6cca
Show file tree
Hide file tree
Showing 5 changed files with 857 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0abbe448eddb2263db3fb776757f480b34accd88
refs/heads/master: 7e64e0597fd67c975bfa3e76401bfbcdd5ae0ff9
1 change: 1 addition & 0 deletions trunk/arch/s390/include/asm/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ enum interruption_class {
IOINT_CSC,
IOINT_PCI,
IOINT_MSI,
IOINT_VIR,
NMI_NMI,
NR_IRQS,
};
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/s390/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ static const struct irq_class intrclass_names[] = {
[IOINT_CSC] = {.name = "CSC", .desc = "[I/O] CHSC Subchannel"},
[IOINT_PCI] = {.name = "PCI", .desc = "[I/O] PCI Interrupt" },
[IOINT_MSI] = {.name = "MSI", .desc = "[I/O] MSI Interrupt" },
[IOINT_VIR] = {.name = "VIR", .desc = "[I/O] Virtual I/O Devices"},
[NMI_NMI] = {.name = "NMI", .desc = "[NMI] Machine Check"},
};

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/s390/kvm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# it under the terms of the GNU General Public License (version 2 only)
# as published by the Free Software Foundation.

obj-$(CONFIG_S390_GUEST) += kvm_virtio.o
obj-$(CONFIG_S390_GUEST) += kvm_virtio.o virtio_ccw.o
Loading

0 comments on commit f3d6cca

Please sign in to comment.