Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80049
b: refs/heads/master
c: ab4a574
h: refs/heads/master
i:
  80047: 0666626
v: v3
  • Loading branch information
Joe Perches authored and Ingo Molnar committed Jan 30, 2008
1 parent c518896 commit 87cf5e9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 85f2adf16955460c98131360f3d76aeb51aba073
refs/heads/master: ab4a574ef23cfa801a5078f7d7c2f2b76ecd6d91
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/apic_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ static inline int lapic_get_version(void)
}

/*
* Check, if the APIC is integrated or a seperate chip
* Check, if the APIC is integrated or a separate chip
*/
static inline int lapic_is_integrated(void)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/mpparse_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@ int mp_register_gsi(u32 gsi, int triggering, int polarity)
int idx, bit = 0;
static int pci_irq = IRQ_COMPRESSION_START;
/*
* Mapping between Global System Interrups, which
* Mapping between Global System Interrupts, which
* represent all possible interrupts, and IRQs
* assigned to actual devices.
*/
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/vm86_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ static inline void clear_AC(struct kernel_vm86_regs * regs)
* functions. However someone forgot to call clear_IF(regs)
* in the opposite case.
* After the command sequence CLI PUSHF STI POPF you should
* end up with interrups disabled, but you ended up with
* end up with interrupts disabled, but you ended up with
* interrupts enabled.
* ( I was testing my own changes, but the only bug I
* could find was in a function I had not changed. )
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/srat_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ static inline int save_add_info(void) {return 0;}
#endif
/*
* Update nodes_add and decide if to include add are in the zone.
* Both SPARSE and RESERVE need nodes_add infomation.
* Both SPARSE and RESERVE need nodes_add information.
* This code supports one contiguous hot add area per node.
*/
static int reserve_hotadd(int node, unsigned long start, unsigned long end)
Expand Down

0 comments on commit 87cf5e9

Please sign in to comment.