From: Adrian Bunk Date: Thu, 7 Dec 2006 01:14:13 +0000 (+0100) Subject: [PATCH] x86-64: include/asm-x86_64/cpufeature.h isn't a userspace header X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~40274^2~14^2~16^2~15 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9ee4016888f1b226d7bb9a10ddb782868f658b31;p=linux-4.9.git [PATCH] x86-64: include/asm-x86_64/cpufeature.h isn't a userspace header Nothing in include/asm-x86_64/cpufeature.h is part of the userspace<->kernel interface. Signed-off-by: Adrian Bunk Signed-off-by: Andi Kleen --- diff --git a/include/asm-x86_64/Kbuild b/include/asm-x86_64/Kbuild index 1ee9b07f3fe6..6c455b4068c0 100644 --- a/include/asm-x86_64/Kbuild +++ b/include/asm-x86_64/Kbuild @@ -6,7 +6,6 @@ ALTARCHDEF := defined __i386__ header-y += boot.h header-y += bootsetup.h -header-y += cpufeature.h header-y += debugreg.h header-y += ldt.h header-y += msr.h