mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 14:36:17 -04:00
Small tweaks
- disable disablement of PROC_PAGE_MONITOR to fix memory stats calculation - enable slub_nomerge, similar to slab_nomerge for pre 3.18 kernels slub_nomerge was already default enabled on many 3.10 devices via: 0006-AndroidHardening-Kernel_Hardening/3.10/0010.patch Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
2f8550d2ae
commit
bf5d9bc778
8 changed files with 17 additions and 8 deletions
|
@ -382,13 +382,16 @@ removeBuildFingerprints;
|
|||
|
||||
#Tweaks for <2GB RAM devices
|
||||
enableLowRam "device/asus/grouper";
|
||||
enableLowRam "device/samsung/galaxys2-common";
|
||||
enableLowRam "device/samsung/i9100";
|
||||
enableLowRam "device/samsung/i9300";
|
||||
enableLowRam "device/samsung/i9305";
|
||||
enableLowRam "device/samsung/maguro";
|
||||
enableLowRam "device/samsung/manta";
|
||||
enableLowRam "device/samsung/smdk4412-common";
|
||||
enableLowRam "device/samsung/toro";
|
||||
enableLowRam "device/samsung/toroplus";
|
||||
enableLowRam "device/samsung/tuna";
|
||||
|
||||
#Fixes
|
||||
#Fix broken options enabled by hardenDefconfig()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue