From 244b2c5ca8b14627e4a17755e5922221e121c771 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Wed, 09 Oct 2024 06:15:07 +0000
Subject: [PATCH] change system file
---
kernel/include/asm-generic/hardirq.h | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/kernel/include/asm-generic/hardirq.h b/kernel/include/asm-generic/hardirq.h
index 7317e82..d14214d 100644
--- a/kernel/include/asm-generic/hardirq.h
+++ b/kernel/include/asm-generic/hardirq.h
@@ -7,13 +7,9 @@
typedef struct {
unsigned int __softirq_pending;
-#ifdef ARCH_WANTS_NMI_IRQSTAT
- unsigned int __nmi_count;
-#endif
} ____cacheline_aligned irq_cpustat_t;
-DECLARE_PER_CPU_ALIGNED(irq_cpustat_t, irq_stat);
-
+#include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */
#include <linux/irq.h>
#ifndef ack_bad_irq
--
Gitblit v1.6.2