Re: [PATCH v17 2/3] /proc/pid/arch_status: Add AVX-512 usage elapsed time

From: Thomas Gleixner
Date: Wed Apr 24 2019 - 17:20:10 EST


On Mon, 22 Apr 2019, Aubrey Li wrote:

$Subject: /proc/pid/arch_status: Add AVX-512 usage elapsed time

x86 patches surely have a different prefix.

>
> +#ifdef CONFIG_PROC_PID_ARCH_STATUS
> +/* Add support for task architecture specific output in /proc/pid/arch_status */
> +void task_arch_status(struct seq_file *m, struct task_struct *task);
> +#define task_arch_status task_arch_status
> +#endif /* CONFIG_PROC_PID_ARCH_STATUS */

See previous reply.

Thanks,

tglx