Maxim Kuvyrkov <[email protected]> writes:

> diff --git a/arch/m68knommu/kernel/ptrace.c b/arch/m68knommu/kernel/ptrace.c
> index 4d38289..c77c115 100644
> --- a/arch/m68knommu/kernel/ptrace.c
> +++ b/arch/m68knommu/kernel/ptrace.c
> @@ -319,6 +319,11 @@ long arch_ptrace(struct task_struct *child, long 
> request, long addr, long data)
>               }
>  #endif
>  
> +     case PTRACE_GET_THREAD_AREA:
> +             ret = put_user(task_thread_info(child)->tp_value,
> +                             (unsigned long __user *) data);
> +             break;
> +
>               default:
>                       ret = -EIO;
>                       break;

Indentation is off here.

Andreas.

-- 
Andreas Schwab, [email protected]
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."
--
To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to