resolve merge conflicts of 3252d11
to nyc-dev-plus-aosp
Change-Id: I2973439a194a3048d009159d75572a5366021f21
This commit is contained in:
commit
daa13eaa92
|
@ -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…
Reference in New Issue