libsys: Increase number of static grants.
This is required by the state transfer framework. Change-Id: I6bc08cee6c70ff406fbd8d45a12721a26c86d45a
This commit is contained in:
parent
d639cffec9
commit
704033fd9d
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
} \
|
||||
}
|
||||
|
||||
#define NR_STATIC_GRANTS 2
|
||||
#define NR_STATIC_GRANTS 3
|
||||
static cp_grant_t static_grants[NR_STATIC_GRANTS];
|
||||
static cp_grant_t *grants = NULL;
|
||||
static int ngrants = 0;
|
||||
|
|
Loading…
Reference in a new issue