]> git.hungrycats.org Git - linux/commitdiff
[PATCH] m68knommu current include thread_info.h
authorGreg Ungerer <gerg@snapgear.com>
Sun, 15 Dec 2002 08:59:55 +0000 (00:59 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sun, 15 Dec 2002 08:59:55 +0000 (00:59 -0800)
This changes m68knommu current.h to include the linux/thread_info.h
instead of asm/thread_info.h.  This is needed to get the restart_block
definition from linux/thread_info.h first.

include/asm-m68knommu/current.h

index ffec5bbc0a4c917858a54c9d1f05502c078c16f1..53ee0f9f7cefaaf4ac44f6de1b477df96ea943a4 100644 (file)
@@ -10,7 +10,7 @@
  *     current and lose _current_task.
  */
 
-#include <asm/thread_info.h>
+#include <linux/thread_info.h>
 
 struct task_struct;