From: Chris Metcalf Date: Fri, 2 Jul 2010 17:41:14 +0000 (-0400) Subject: Move list types from to . X-Git-Tag: v2.6.36-rc1~483^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de5d9bf6541736dc7ad264d2b5cc99bc1b2ad958;p=pandora-kernel.git Move list types from to . This allows a list_head (or hlist_head, etc.) to be used from places that used to be impractical, in particular , which used to cause include file recursion: includes , which always includes for the prefetch macros, as well as , which often includes directly or indirectly. This avoids a lot of painful workaround hackery on the tile architecture, where we use a list_head in the thread_struct to chain together tasks that are activated on a particular hardwall. Signed-off-by: Chris Metcalf Reviewed-by: Matthew Wilcox --- Reading git-diff-tree failed