]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/x86/oprofile/backtrace.c
x86: Factor out TIF_IA32 from 32-bit address space
[mv-sheeva.git] / arch / x86 / oprofile / backtrace.c
index bff89dfe36198225f2d7695e5d2ff01ce85e899f..d6aa6e8315d13ac718615947077f2b6fd113cb35 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;