Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb5f0428 authored by Alex Naidis's avatar Alex Naidis Committed by android-build-merger
Browse files

Merge "libcutils: Clarify schedboost_enabled()" am: 643b4776 am: 7ce1bdec

am: 234fae28

Change-Id: I9c65ccaf5f52db783b0611ca9c183cc64e8a9ad5
parents 5a6b3e05 234fae28
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -34,7 +34,7 @@ extern bool cpusets_enabled();
 * Check if Linux kernel enables SCHEDTUNE feature (only available in Android
 * Check if Linux kernel enables SCHEDTUNE feature (only available in Android
 * common kernel or Linaro LSK, not in mainline Linux as of v4.9)
 * common kernel or Linaro LSK, not in mainline Linux as of v4.9)
 *
 *
 * Return value: 1 if Linux kernel CONFIG_SCHEDTUNE=y; 0 otherwise.
 * Return value: 1 if Linux kernel CONFIG_CGROUP_SCHEDTUNE=y; 0 otherwise.
 */
 */
extern bool schedboost_enabled();
extern bool schedboost_enabled();


+1 −1
Original line number Original line Diff line number Diff line
@@ -137,7 +137,7 @@ bool cpusets_enabled() {


/*
/*
    Similar to CONFIG_CPUSETS above, but with a different configuration
    Similar to CONFIG_CPUSETS above, but with a different configuration
    CONFIG_SCHEDTUNE that's in Android common Linux kernel and Linaro
    CONFIG_CGROUP_SCHEDTUNE that's in Android common Linux kernel and Linaro
    Stable Kernel (LSK), but not in mainline Linux as of v4.9.
    Stable Kernel (LSK), but not in mainline Linux as of v4.9.


    With runtime check using the following function, build time
    With runtime check using the following function, build time