PM / Freezer: Remove references to TIF_FREEZE in comments
authorMarcos Paulo de Souza <marcos.mage@gmail.com>
Tue, 21 Feb 2012 22:57:47 +0000 (23:57 +0100)
committerRafael J. Wysocki <rjw@sisk.pl>
Sun, 4 Mar 2012 22:08:54 +0000 (23:08 +0100)
commit37f08be11be9a7d9351fb1b9b408259519a126f3
tree7edf402614ae9f36a6e9226b380072cec969c847
parent8671bbc1bd0442ef0eab27f7d56216431c490820
PM / Freezer: Remove references to TIF_FREEZE in comments

This patch removes all the references in the code about the TIF_FREEZE
flag removed by commit a3201227f803ad7fd43180c5195dbe5a2bf998aa

    freezer: make freezing() test freeze conditions in effect instead of TIF_FREEZE

There still are some references to TIF_FREEZE in
Documentation/power/freezing-of-tasks.txt, but it looks like that
documentation needs more thorough work to reflect how the new
freezer works, and hence merely removing the references to TIF_FREEZE
won't really help. So I have not touched that part in this patch.

Suggested-by: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
Signed-off-by: Marcos Paulo de Souza <marcos.mage@gmail.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
kernel/exit.c
kernel/freezer.c
kernel/power/process.c