Re: [PATCH V2 5/8] x86/platform/uv: Add UV Hubbed/Hubless Proc FS Files

From: Ingo Molnar
Date: Wed Sep 11 2019 - 02:05:18 EST



* Mike Travis <mike.travis@xxxxxxx> wrote:

> @@ -1596,7 +1687,7 @@ static void __init uv_system_init_hub(vo
> uv_nmi_setup();
> uv_cpu_init();
> uv_scir_register_cpu_notifier();
> - proc_mkdir("sgi_uv", NULL);
> + uv_setup_proc_files(0);

This slipped through previously: platform drivers have absolutely no
business mucking in /proc.

Please describe the hardware via sysfs as pretty much everyone else does.

Thanks,

Ingo