commit | b50854eca0e014c2d3738073b387ab8ec85118ab | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Fri Oct 15 03:15:57 2021 +0200 |
committer | Borislav Petkov <bp@suse.de> | Wed Oct 20 15:27:25 2021 +0200 |
tree | 9e64da605b1ecd110df82ba4dd46c60a2ae92faa | |
parent | d2d926482cdfbd5517826eca4e39dcd8757f04d3 [diff] |
x86/pkru: Remove useless include PKRU code does not need anything from FPU headers. Include cpufeature.h instead and fixup the resulting fallout in perf. This is a preparation for FPU changes in order to prevent recursive include hell. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lkml.kernel.org/r/20211015011538.551522694@linutronix.de