We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b8edb commit 036cbbaCopy full SHA for 036cbba
arch/s390/kernel/irq.c
@@ -29,6 +29,7 @@
29
#include <asm/hw_irq.h>
30
#include <asm/stacktrace.h>
31
#include <asm/softirq_stack.h>
32
+#include <asm/vtime.h>
33
#include "entry.h"
34
35
DEFINE_PER_CPU_SHARED_ALIGNED(struct irq_stat, irq_stat);
arch/s390/kernel/nmi.c
@@ -31,6 +31,7 @@
#include <asm/crw.h>
#include <asm/asm-offsets.h>
#include <asm/pai.h>
36
struct mcck_struct {
37
unsigned int kill_task : 1;
0 commit comments