click: Update prebuilt kernel

Also remove custom sysctl.conf

Change-Id: Ibd4e432aeeff2937552cfe9b853d036c47b1b421
This commit is contained in:
Arne Coucheron 2011-09-22 06:59:11 +02:00
parent 559105613a
commit 0ad1dd73a9
3 changed files with 0 additions and 16 deletions

View File

@ -79,10 +79,6 @@ PRODUCT_COPY_FILES += \
device/htc/click/custom/keylayout/h2w_headset.kl:system/usr/keylayout/h2w_headset.kl \
device/htc/click/custom/keylayout/qwerty.kl:system/usr/keylayout/qwerty.kl
# extra etc config files
PRODUCT_COPY_FILES += \
device/htc/click/custom/sysctl.conf:system/etc/sysctl.conf
# precompiled files for /system/bin
PRODUCT_COPY_FILES += \
device/htc/click/custom/calibrate_screen:system/bin/calibrate_screen \

Binary file not shown.

View File

@ -1,12 +0,0 @@
# Tweak kernel scheduler
kernel.sched_latency_ns = 600000
kernel.sched_min_granularity_ns = 400000
kernel.sched_wakeup_granularity_ns = 400000
# Tweak kernel VM management
vm.dirty_ratio = 90
vm.dirty_background_ratio = 5
vm.vfs_cache_pressure = 10
vm.oom_kill_allocating_task = 1
vm.min_free_kbytes = 4096
vm.swappiness = 50