]> git.baikalelectronics.ru Git - 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)
commitd35714e58c02778b91059dc8d953201ce54e2091
treeddb4566def8c37bff1bbdd4edb3dae8a619ebc94
parent1eee11f02e64357aa02bffd366aff2aa78887ab5
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