Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99833
b: refs/heads/master
c: ab9c0bb
h: refs/heads/master
i:
  99831: 762ca6e
v: v3
  • Loading branch information
Jack Steiner authored and Ingo Molnar committed Jul 8, 2008
1 parent f79e663 commit ed68d28
Show file tree
Hide file tree
Showing 2 changed files with 6 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: b6df1b8bc1250191cfee15627697111c1cbda53f
refs/heads/master: ab9c0bb8a8c1d71dd303abdaa61ec496128e2fbe
9 changes: 5 additions & 4 deletions trunk/include/asm-x86/mpspec_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@
# define MAX_MPC_ENTRY 1024
# define MAX_APICS 256
#else
/*
* A maximum of 255 APICs with the current APIC ID architecture.
*/
# define MAX_APICS 255
# if NR_CPUS <= 255
# define MAX_APICS 255
# else
# define MAX_APICS 32768
# endif
#endif

struct intel_mp_floating {
Expand Down

0 comments on commit ed68d28

Please sign in to comment.