Commit 8f43d03f authored by Eric W. Biederman's avatar Eric W. Biederman Committed by Linus Torvalds

[PATCH] kexec: x86: rename APIC_MODE_EXINT

From: "Maciej W. Rozycki" <macro@linux-mips.org>

Rename APIC_MODE_EXINT to APIC_MODE_EXTINT - I think it should be named
after what the mode is called in documentation.

From: "Eric W. Biederman" <ebiederm@lnxi.com>

I have reduced this patch to just the name change in the header.  And
integrated the changes into the patches that add those
lines. Otherwise I ran into some ugly dependencies.

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org
Signed-off-by: default avatarEric Biederman <ebiederm@xmission.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent f8cbd99b
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
#define SET_APIC_DELIVERY_MODE(x,y) (((x)&~0x700)|((y)<<8)) #define SET_APIC_DELIVERY_MODE(x,y) (((x)&~0x700)|((y)<<8))
#define APIC_MODE_FIXED 0x0 #define APIC_MODE_FIXED 0x0
#define APIC_MODE_NMI 0x4 #define APIC_MODE_NMI 0x4
#define APIC_MODE_EXINT 0x7 #define APIC_MODE_EXTINT 0x7
#define APIC_LVT1 0x360 #define APIC_LVT1 0x360
#define APIC_LVTERR 0x370 #define APIC_LVTERR 0x370
#define APIC_TMICT 0x380 #define APIC_TMICT 0x380
......
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
#define SET_APIC_DELIVERY_MODE(x,y) (((x)&~0x700)|((y)<<8)) #define SET_APIC_DELIVERY_MODE(x,y) (((x)&~0x700)|((y)<<8))
#define APIC_MODE_FIXED 0x0 #define APIC_MODE_FIXED 0x0
#define APIC_MODE_NMI 0x4 #define APIC_MODE_NMI 0x4
#define APIC_MODE_EXINT 0x7 #define APIC_MODE_EXTINT 0x7
#define APIC_LVT1 0x360 #define APIC_LVT1 0x360
#define APIC_LVTERR 0x370 #define APIC_LVTERR 0x370
#define APIC_TMICT 0x380 #define APIC_TMICT 0x380
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment