From: Thomas Gleixner Date: Sat, 5 May 2012 15:05:43 +0000 (+0000) Subject: cris: Use common threadinfo allocator X-Git-Tag: v3.5-rc1~163^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=803fc74f06cf3cd23417463ca5a176b41717ec19;p=pandora-kernel.git cris: Use common threadinfo allocator There is no functional difference. __get_free_pages() ends up calling alloc_pages_node(). This also allocates only one page which matches THREAD_SIZE instead of an extra page for nothing. Signed-off-by: Thomas Gleixner Cc: Jesper Nilsson Link: http://lkml.kernel.org/r/20120505150141.681236240@linutronix.de --- Reading git-diff-tree failed