]> Git Repo - linux.git/commit
x86/mce: Make usable address checks Intel-only
authorBorislav Petkov <[email protected]>
Tue, 24 Nov 2015 07:41:20 +0000 (08:41 +0100)
committerIngo Molnar <[email protected]>
Tue, 24 Nov 2015 08:12:35 +0000 (09:12 +0100)
commitfeab21f8356bde572663e29c9d9e48c964292e05
treef50e0e7ce3e2404b8a9e0ee7dbbbe1f3f71f6098
parentdb548a28fcee0f38cf4c7c726becf24c8afacf02
x86/mce: Make usable address checks Intel-only

The MCi_MISC bitfield definitions mce_usable_address() checks
are Intel-only. Make them so.

While at it, move mce_usable_address() up, before all its
callers and get rid of the forward declaration.

Signed-off-by: Borislav Petkov <[email protected]>
Acked-by: Tony Luck <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Brian Gerst <[email protected]>
Cc: Denys Vlasenko <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/kernel/cpu/mcheck/mce.c
This page took 0.052941 seconds and 4 git commands to generate.