Skip to content

Commit 45d80ee

Browse files
Christoph Hellwigtorvalds
authored andcommitted
m68k: convert to asm-generic/hardirq.h
Signed-off-by: Christoph Hellwig <hch@lst.de> Cc: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 4ad4c76 commit 45d80ee

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

arch/m68k/include/asm/hardirq_mm.h

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
#ifndef __M68K_HARDIRQ_H
22
#define __M68K_HARDIRQ_H
33

4-
#include <linux/threads.h>
5-
#include <linux/cache.h>
6-
7-
/* entry.S is sensitive to the offsets of these fields */
8-
typedef struct {
9-
unsigned int __softirq_pending;
10-
} ____cacheline_aligned irq_cpustat_t;
11-
12-
#include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */
13-
144
#define HARDIRQ_BITS 8
155

6+
#include <asm-generic/hardirq.h>
7+
168
#endif

0 commit comments

Comments
 (0)