commented early_printk patch because of rejects.
[linux-flexiantxendom0-3.2.10.git] / include / asm-h8300 / thread_info.h
index d141023..226ed1d 100644 (file)
@@ -59,7 +59,7 @@ static inline struct thread_info *current_thread_info(void)
                "mov.l  sp, %0 \n\t"
                "and.l  %1, %0"
                : "=&r"(ti)
-               : "r" (~(THREAD_SIZE-1))
+               : "g" (~(THREAD_SIZE-1))
                );
        return ti;
 }