Re: [PATCH 1/5] x86/cpufeature: Carve out X86_FEATURE_*

From: H. Peter Anvin
Date: Thu Jan 21 2016 - 13:57:41 EST


On 01/21/16 10:34, Borislav Petkov wrote:
> +#ifndef _ASM_X86_REQUIRED_FEATURES_H

Why do we have all these include guards at the point of the #include?
This is not standard procedure.

-hpa