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

From: Christoph Hellwig
Date: Tue Sep 03 2019 - 02:50:12 EST


> +extern int _is_uv_hubbed(int uvtype);
> +#define is_uv_hubbed _is_uv_hubbed

> +static inline int _is_uv_hubbed(int uv) { return 0; }
> +#define is_uv_hubbed _is_uv_hubbed

Another two instances of these weird indirections..