OSDN Git Service

Eliminate GKI_run and GKI_stop. Neither had any effect.
authorSharvil Nanavati <sharvil@google.com>
Sat, 6 Sep 2014 23:46:46 +0000 (16:46 -0700)
committerAndre Eisenbach <eisenbach@google.com>
Mon, 16 Mar 2015 23:51:33 +0000 (16:51 -0700)
commitb6249384383bd96c13ff4b40c5890ab88b427486
tree3948c9fba815fa27afa084dfe7c8b9fca8bfe3e9
parent034b771c581fb13c26343c8bac0525ddf130d5fb
Eliminate GKI_run and GKI_stop. Neither had any effect.

GKI_run was called but didn't do anything: it would call
sched_setscheduler to increase the priority of the current process
but Android OS policy doesn't allow for that. And GKI_stop was never
called.
gki/common/gki.h
gki/ulinux/gki_int.h
gki/ulinux/gki_ulinux.c
main/bte_main.c