commit | 20ade8d0cf1218c69a3a0662fb32a7b47a1d5a02 | [log] [tgz] |
---|---|---|
author | Zhenhua Huang <zhenhuah@codeaurora.org> | Wed Jun 13 19:47:04 2018 +0800 |
committer | Zhenhua Huang <zhenhuah@codeaurora.org> | Thu Jun 21 12:38:40 2018 +0800 |
tree | 8a24a0b81fe8bef917168592035ea1a720a1ee84 | |
parent | 63098a4ec6538db624be9cf01265464e0d791bbb [diff] |
defconfig: Turn off slub debug on by default Due to scm call request, 1 page is allocated frequently. With slub debug on enabled by default, we will get order 1 pages increased from order 0. To avoid the potential issue of alloc pages, turn off the config by default. CRs-Fixed: 2252427 Change-Id: I0cf5b530b122190b99eebf46d0ff890944871e17 Signed-off-by: Zhenhua Huang <zhenhuah@codeaurora.org>