diff options
| author | 2009-11-06 14:49:39 -0500 | |
|---|---|---|
| committer | 2009-11-06 14:49:39 -0500 | |
| commit | 7e4a004799eae347f1be227ecba6850d1b386bd2 (patch) | |
| tree | 82b8f676227bca2874655067676662f9f92e627e | |
| parent | 3cba72880b78b81cda2868136462c9e261a3e403 (diff) | |
| parent | 97b30e2f6239a3ca2b9489ce09320aaf317f9fc8 (diff) | |
Merge change I97b30e2f into eclair
* changes:
Revert jparks code from IPCThreadState.
| -rw-r--r-- | libs/binder/IPCThreadState.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/binder/IPCThreadState.cpp b/libs/binder/IPCThreadState.cpp index d474571bebc7..e04b2bfab858 100644 --- a/libs/binder/IPCThreadState.cpp +++ b/libs/binder/IPCThreadState.cpp @@ -424,11 +424,6 @@ void IPCThreadState::joinThreadPool(bool isMain) result = executeCommand(cmd); - - // Make sure that after executing the command that we put the thread back into the - // default cgroup. This is just a failsafe incase the thread's priority or cgroup was - // not properly restored. - set_sched_policy(getpid(), SP_FOREGROUND); } // Let this thread exit the thread pool if it is no longer |