kenrel: increase archfile array size from 16 to 32
This commit is contained in:
parent
9ce9299d17
commit
bc83608fca
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ enum {
|
|||
Qmsr,
|
||||
Qbase,
|
||||
|
||||
Qmax = 16,
|
||||
Qmax = 32,
|
||||
};
|
||||
|
||||
enum {
|
||||
|
|
Loading…
Reference in a new issue