]> git.ipfire.org Git - people/arne_f/kernel.git/commit
x86/msr: Cleanup/streamline MSR helpers
authorBorislav Petkov <bp@suse.de>
Wed, 2 Nov 2016 18:35:22 +0000 (19:35 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 16 Nov 2016 09:23:02 +0000 (10:23 +0100)
commit5d07c2cc1962facb2f5d57b7b62987c213643724
treeddb4566def8c37bff1bbdd4edb3dae8a619ebc94
parent8ca225520e278e41396dab0524989f4848626f83
x86/msr: Cleanup/streamline MSR helpers

Make the MSR argument an unsigned int, both low and high u32, put
"notrace" last in the function signature. Reflow function signatures for
better readability and cleanup white space.

Signed-off-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/include/asm/msr.h
arch/x86/lib/msr.c