]> git.baikalelectronics.ru Git - kernel.git/commit
[S390] disable MACHINE_IS_VM check for pfault
authorCarsten Otte <cotte@de.ibm.com>
Tue, 27 Dec 2011 10:27:11 +0000 (11:27 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 27 Dec 2011 10:27:10 +0000 (11:27 +0100)
commit890fca873746fa060073597f26e7055be6e36c5d
tree989315d161294fd975000d12d3c5ea3834f8dc2e
parentb453037348bf0b763ce48f1793c2d5d81ee92624
[S390] disable MACHINE_IS_VM check for pfault

This patch disables the check for MACHINE_IS_VM when initializing the
pfault infrastructure. The code checks for successful completion of
diag 258 anyway, thus it's safe to try initialization on LPAR anyway.
This is needed to use pfault on kvm

Signed-off-by: Carsten Otte <cotte@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/mm/fault.c