resolve merge conflicts of 3252d11 to nyc-dev-plus-aosp
am: daa13eaa92
* commit 'daa13eaa922670e08cc1a88a04b189e003dcf9ec':
Fix misc-macro-parentheses warnings in lmkd.
Change-Id: I4488f937aac2a3bdd8e52f667f30b4dc5836f3ab
This commit is contained in:
commit
a343667388
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ struct proc {
|
|||
static struct proc *pidhash[PIDHASH_SZ];
|
||||
#define pid_hashfn(x) ((((x) >> 8) ^ (x)) & (PIDHASH_SZ - 1))
|
||||
|
||||
#define ADJTOSLOT(adj) (adj + -OOM_SCORE_ADJ_MIN)
|
||||
#define ADJTOSLOT(adj) ((adj) + -OOM_SCORE_ADJ_MIN)
|
||||
static struct adjslot_list procadjslot_list[ADJTOSLOT(OOM_SCORE_ADJ_MAX) + 1];
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue