Skip to content

Commit

Permalink
x86: stop exporting msr-index.h to userland
Browse files Browse the repository at this point in the history
Even if this file was not in an uapi directory, it was exported because
it was listed in the Kbuild file.

Fixes: b72e746 ("x86/uapi: Do not export <asm/msr-index.h> as part of the user API headers")
Suggested-by: Borislav Petkov <bp@alien8.de>
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
  • Loading branch information
Nicolas Dichtel authored and Masahiro Yamada committed May 10, 2017
1 parent 4f4ddad commit 25dc1d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/include/uapi/asm/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ header-y += ldt.h
header-y += mce.h
header-y += mman.h
header-y += msgbuf.h
header-y += msr-index.h
header-y += msr.h
header-y += mtrr.h
header-y += param.h
Expand Down

0 comments on commit 25dc1d6

Please sign in to comment.