diff options
author | Adam Henley <adamazing@gmail.com> | 2006-09-26 04:52:28 -0400 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2006-09-26 04:52:28 -0400 |
commit | d5d9ca6d882f7c8d47ef91a701fc042cbebbc334 (patch) | |
tree | 0b1505bb1e2186f8026ae4bb37fc1771db386225 /arch | |
parent | 3034d11c930f795d61321c9244c4ffaaabf0c282 (diff) |
[PATCH] A few trivial spelling and grammar fixes
A few trivial spelling and grammar mistakes picked up in
"arch/x86_64/aperture.c", "arch/x86_64/crash.c" and
"arch/x86_64/apic.c". I think all are correct fixes but am ever aware
of my fallibility :o) This is my first patch submission so all
feedback is appreciated, esp. WRT CCing to Linus, Andi and
trivial@kernel.org, is this correct? And which is the most appropriate
kernel version to diff against? If any.
Should apply cleanly to 2.6.18-rc1
Signed-off-by: Adam Henley <adamazing@gmail.com>
Signed-off-by: Andi Kleen <ak@suse.de>
- adam
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86_64/kernel/aperture.c | 2 | ||||
-rw-r--r-- | arch/x86_64/kernel/apic.c | 4 | ||||
-rw-r--r-- | arch/x86_64/kernel/crash.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/arch/x86_64/kernel/aperture.c b/arch/x86_64/kernel/aperture.c index 58af8e73738b..04dbf1662523 100644 --- a/arch/x86_64/kernel/aperture.c +++ b/arch/x86_64/kernel/aperture.c | |||
@@ -48,7 +48,7 @@ static u32 __init allocate_aperture(void) | |||
48 | 48 | ||
49 | /* | 49 | /* |
50 | * Aperture has to be naturally aligned. This means an 2GB aperture won't | 50 | * Aperture has to be naturally aligned. This means an 2GB aperture won't |
51 | * have much chances to find a place in the lower 4GB of memory. | 51 | * have much chance of finding a place in the lower 4GB of memory. |
52 | * Unfortunately we cannot move it up because that would make the | 52 | * Unfortunately we cannot move it up because that would make the |
53 | * IOMMU useless. | 53 | * IOMMU useless. |
54 | */ | 54 | */ |
diff --git a/arch/x86_64/kernel/apic.c b/arch/x86_64/kernel/apic.c index 692e9b579743..63d9b037afc6 100644 --- a/arch/x86_64/kernel/apic.c +++ b/arch/x86_64/kernel/apic.c | |||
@@ -400,7 +400,7 @@ void __cpuinit setup_local_APIC (void) | |||
400 | value |= APIC_SPIV_APIC_ENABLED; | 400 | value |= APIC_SPIV_APIC_ENABLED; |
401 | 401 | ||
402 | /* | 402 | /* |
403 | * Some unknown Intel IO/APIC (or APIC) errata is biting us with | 403 | * Some unknown Intel IO/APIC (or APIC) errata are biting us with |
404 | * certain networking cards. If high frequency interrupts are | 404 | * certain networking cards. If high frequency interrupts are |
405 | * happening on a particular IOAPIC pin, plus the IOAPIC routing | 405 | * happening on a particular IOAPIC pin, plus the IOAPIC routing |
406 | * entry is masked/unmasked at a high rate as well then sooner or | 406 | * entry is masked/unmasked at a high rate as well then sooner or |
@@ -950,7 +950,7 @@ void smp_local_timer_interrupt(struct pt_regs *regs) | |||
950 | * We take the 'long' return path, and there every subsystem | 950 | * We take the 'long' return path, and there every subsystem |
951 | * grabs the appropriate locks (kernel lock/ irq lock). | 951 | * grabs the appropriate locks (kernel lock/ irq lock). |
952 | * | 952 | * |
953 | * we might want to decouple profiling from the 'long path', | 953 | * We might want to decouple profiling from the 'long path', |
954 | * and do the profiling totally in assembly. | 954 | * and do the profiling totally in assembly. |
955 | * | 955 | * |
956 | * Currently this isn't too much of an issue (performance wise), | 956 | * Currently this isn't too much of an issue (performance wise), |
diff --git a/arch/x86_64/kernel/crash.c b/arch/x86_64/kernel/crash.c index fc57a139123e..7d7a9e75f70c 100644 --- a/arch/x86_64/kernel/crash.c +++ b/arch/x86_64/kernel/crash.c | |||
@@ -69,7 +69,7 @@ static void crash_save_this_cpu(struct pt_regs *regs, int cpu) | |||
69 | * for the data I pass, and I need tags | 69 | * for the data I pass, and I need tags |
70 | * on the data to indicate what information I have | 70 | * on the data to indicate what information I have |
71 | * squirrelled away. ELF notes happen to provide | 71 | * squirrelled away. ELF notes happen to provide |
72 | * all of that that no need to invent something new. | 72 | * all of that, no need to invent something new. |
73 | */ | 73 | */ |
74 | 74 | ||
75 | buf = (u32*)per_cpu_ptr(crash_notes, cpu); | 75 | buf = (u32*)per_cpu_ptr(crash_notes, cpu); |