-
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: 136382 b: refs/heads/master c: 9332fcc h: refs/heads/master v: v3
- Loading branch information
Mike Travis
authored and
Ingo Molnar
committed
Jan 11, 2009
1 parent
c15d4d6
commit 6f148f6
Showing
6 changed files
with
36 additions
and
12 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: 0fa0ebbf15addc1be8f73325d809c8547a9de304 | ||
refs/heads/master: 9332fccdedf8e09448f3b69b624211ae879f6c45 |
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,12 @@ | ||
#ifndef _ASM_X86_APICNUM_H | ||
#define _ASM_X86_APICNUM_H | ||
|
||
/* define MAX_IO_APICS */ | ||
#ifdef CONFIG_X86_32 | ||
# define MAX_IO_APICS 64 | ||
#else | ||
# define MAX_IO_APICS 128 | ||
# define MAX_LOCAL_APIC 32768 | ||
#endif | ||
|
||
#endif /* _ASM_X86_APICNUM_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
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