summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Millar <emillar@google.com>2009-11-06 11:54:59 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2009-11-06 11:54:59 -0800
commitc11b225c43a5bf1b19b53cd022b401bd0ee92172 (patch)
tree04d799974386d9cb905f9678e271e6a78f1fcb4e
parent6b07bf3d8f8f9b5124c19f1206e11634a774c356 (diff)
parent7e4a004799eae347f1be227ecba6850d1b386bd2 (diff)
downloadframeworks_base-c11b225c43a5bf1b19b53cd022b401bd0ee92172.zip
frameworks_base-c11b225c43a5bf1b19b53cd022b401bd0ee92172.tar.gz
frameworks_base-c11b225c43a5bf1b19b53cd022b401bd0ee92172.tar.bz2
am 7e4a0047: Merge change I97b30e2f into eclair
Merge commit '7e4a004799eae347f1be227ecba6850d1b386bd2' into eclair-mr2 * commit '7e4a004799eae347f1be227ecba6850d1b386bd2': Revert jparks code from IPCThreadState.
-rw-r--r--libs/binder/IPCThreadState.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/binder/IPCThreadState.cpp b/libs/binder/IPCThreadState.cpp
index d474571..e04b2bf 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