-
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.
yaml --- r: 112687 b: refs/heads/master c: 1176fa9 h: refs/heads/master i: 112685: 70186dc 112683: a2b3073 112679: 464db81 112671: 7f8936f v: v3
- Loading branch information
Yinghai Lu
authored and
Ingo Molnar
committed
Jul 26, 2008
1 parent
eeb4908
commit 768754b
Showing
6 changed files
with
25 additions
and
25 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: a4dbc34d181e87a0d724dee365921e9251f831d4 | ||
refs/heads/master: 1176fa919292887aa738d317d61fe2bba4d764f2 |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#ifndef __ASM_MACH_APICDEF_H | ||
#define __ASM_MACH_APICDEF_H | ||
|
||
#define APIC_ID_MASK (0xFF<<24) | ||
|
||
static inline unsigned get_apic_id(unsigned long x) | ||
{ | ||
return (((x)>>24)&0xFF); | ||
} | ||
|
||
#define GET_APIC_ID(x) get_apic_id(x) | ||
|
||
#endif |
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 was deleted.
Oops, something went wrong.