x86: Factor out TIF_IA32 from 32-bit address space
[cascardo/linux.git] / arch / x86 / oprofile / backtrace.c
index bff89df..d6aa6e8 100644 (file)
@@ -67,7 +67,7 @@ x86_backtrace_32(struct pt_regs * const regs, unsigned int depth)
 {
        struct stack_frame_ia32 *head;
 
-       /* User process is 32-bit */
+       /* User process is IA32 */
        if (!current || !test_thread_flag(TIF_IA32))
                return 0;