aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2008-01-30 07:31:42 -0500
committerIngo Molnar <mingo@elte.hu>2008-01-30 07:31:42 -0500
commitab4a574ef23cfa801a5078f7d7c2f2b76ecd6d91 (patch)
tree2e8e1b401f5ef21e18bcc6fdb53408c3aa669a03
parent85f2adf16955460c98131360f3d76aeb51aba073 (diff)
arch/x86/: spelling fixes
Spelling fixes. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-rw-r--r--arch/x86/kernel/apic_32.c2
-rw-r--r--arch/x86/kernel/mpparse_32.c2
-rw-r--r--arch/x86/kernel/vm86_32.c2
-rw-r--r--arch/x86/mm/srat_64.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/arch/x86/kernel/apic_32.c b/arch/x86/kernel/apic_32.c
index 4c014fca2057..4330a899ddcb 100644
--- a/arch/x86/kernel/apic_32.c
+++ b/arch/x86/kernel/apic_32.c
@@ -108,7 +108,7 @@ static inline int lapic_get_version(void)
108} 108}
109 109
110/* 110/*
111 * Check, if the APIC is integrated or a seperate chip 111 * Check, if the APIC is integrated or a separate chip
112 */ 112 */
113static inline int lapic_is_integrated(void) 113static inline int lapic_is_integrated(void)
114{ 114{
diff --git a/arch/x86/kernel/mpparse_32.c b/arch/x86/kernel/mpparse_32.c
index bfcfc41f5607..a4c05372626b 100644
--- a/arch/x86/kernel/mpparse_32.c
+++ b/arch/x86/kernel/mpparse_32.c
@@ -1050,7 +1050,7 @@ int mp_register_gsi(u32 gsi, int triggering, int polarity)
1050 int idx, bit = 0; 1050 int idx, bit = 0;
1051 static int pci_irq = IRQ_COMPRESSION_START; 1051 static int pci_irq = IRQ_COMPRESSION_START;
1052 /* 1052 /*
1053 * Mapping between Global System Interrups, which 1053 * Mapping between Global System Interrupts, which
1054 * represent all possible interrupts, and IRQs 1054 * represent all possible interrupts, and IRQs
1055 * assigned to actual devices. 1055 * assigned to actual devices.
1056 */ 1056 */
diff --git a/arch/x86/kernel/vm86_32.c b/arch/x86/kernel/vm86_32.c
index c9f67effbc42..738c2104df30 100644
--- a/arch/x86/kernel/vm86_32.c
+++ b/arch/x86/kernel/vm86_32.c
@@ -384,7 +384,7 @@ static inline void clear_AC(struct kernel_vm86_regs * regs)
384 * functions. However someone forgot to call clear_IF(regs) 384 * functions. However someone forgot to call clear_IF(regs)
385 * in the opposite case. 385 * in the opposite case.
386 * After the command sequence CLI PUSHF STI POPF you should 386 * After the command sequence CLI PUSHF STI POPF you should
387 * end up with interrups disabled, but you ended up with 387 * end up with interrupts disabled, but you ended up with
388 * interrupts enabled. 388 * interrupts enabled.
389 * ( I was testing my own changes, but the only bug I 389 * ( I was testing my own changes, but the only bug I
390 * could find was in a function I had not changed. ) 390 * could find was in a function I had not changed. )
diff --git a/arch/x86/mm/srat_64.c b/arch/x86/mm/srat_64.c
index 9be14171144b..5c0637e4c2f4 100644
--- a/arch/x86/mm/srat_64.c
+++ b/arch/x86/mm/srat_64.c
@@ -160,7 +160,7 @@ static inline int save_add_info(void) {return 0;}
160#endif 160#endif
161/* 161/*
162 * Update nodes_add and decide if to include add are in the zone. 162 * Update nodes_add and decide if to include add are in the zone.
163 * Both SPARSE and RESERVE need nodes_add infomation. 163 * Both SPARSE and RESERVE need nodes_add information.
164 * This code supports one contiguous hot add area per node. 164 * This code supports one contiguous hot add area per node.
165 */ 165 */
166static int reserve_hotadd(int node, unsigned long start, unsigned long end) 166static int reserve_hotadd(int node, unsigned long start, unsigned long end)