-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ingo Molnar
committed
Jan 28, 2009
1 parent
11c6700
commit 47de116
Showing
16 changed files
with
128 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 6781d948cc05b02df915650f2eb49550a1631df9 | ||
refs/heads/master: c8d46cf06dc2e3a8f57a350eb9f9b19fd7f2ffe5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
#ifndef _ASM_X86_MACH_GENERIC_MACH_WAKECPU_H | ||
#define _ASM_X86_MACH_GENERIC_MACH_WAKECPU_H | ||
|
||
#define TRAMPOLINE_PHYS_LOW (genapic->trampoline_phys_low) | ||
#define TRAMPOLINE_PHYS_HIGH (genapic->trampoline_phys_high) | ||
#define wait_for_init_deassert (genapic->wait_for_init_deassert) | ||
#define smp_callin_clear_local_apic (genapic->smp_callin_clear_local_apic) | ||
#define store_NMI_vector (genapic->store_NMI_vector) | ||
#define restore_NMI_vector (genapic->restore_NMI_vector) | ||
#define inquire_remote_apic (genapic->inquire_remote_apic) | ||
#define TRAMPOLINE_PHYS_LOW (apic->trampoline_phys_low) | ||
#define TRAMPOLINE_PHYS_HIGH (apic->trampoline_phys_high) | ||
#define wait_for_init_deassert (apic->wait_for_init_deassert) | ||
#define smp_callin_clear_local_apic (apic->smp_callin_clear_local_apic) | ||
#define store_NMI_vector (apic->store_NMI_vector) | ||
#define restore_NMI_vector (apic->restore_NMI_vector) | ||
#define inquire_remote_apic (apic->inquire_remote_apic) | ||
|
||
#endif /* _ASM_X86_MACH_GENERIC_MACH_APIC_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.