Bump the default NBUS value to 8, in lieu of actually sizing it
dynamically. Too many systems have more than 4 busses now.
This commit is contained in:
parent
533fc5ab13
commit
b81e2b251f
@ -34,7 +34,7 @@
|
||||
|
||||
/* number of busses */
|
||||
#if !defined(NBUS)
|
||||
# define NBUS 4
|
||||
# define NBUS 8
|
||||
#endif /* NBUS */
|
||||
|
||||
/* total number of APIC INTs, including SHARED INTs */
|
||||
|
Loading…
Reference in New Issue
Block a user