commit | c11f3c98ac95ef237c702c599a34a9ee4ec54b2c | [log] [tgz] |
---|---|---|
author | San Mehat <san@google.com> | Tue Dec 13 01:08:18 2011 +0800 |
committer | Andy Green <andy.green@linaro.org> | Mon Jan 09 11:07:13 2012 +0800 |
tree | ec9af874c1c826d36d47274839a45c1d14b84faa | |
parent | a7a3957258304d6b1743147a23fb7cc382279f88 [diff] |
sched: Add a generic notifier when a task struct is about to be freed This patch adds a notifier which can be used by subsystems that may be interested in when a task has completely died and is about to have it's last resource freed. The Android lowmemory killer uses this to determine when a task it has killed has finally given up its goods. Signed-off-by: San Mehat <san@google.com>