powerpc: Revert Load Monitor Register Support

Load monitored is no longer supported on POWER9 so let's remove the
code.

This reverts commit bd3ea317fd ("powerpc: Load Monitor Register
Support").

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
Michael Neuling
2016-10-31 13:19:39 +11:00
committed by Michael Ellerman
parent 7c65856b7e
commit 29a969b764
4 changed files with 0 additions and 34 deletions

View File

@@ -312,8 +312,6 @@ struct thread_struct {
unsigned long mmcr2;
unsigned mmcr0;
unsigned used_ebb;
unsigned long lmrr;
unsigned long lmser;
#endif
};