diff options
| author | James Hogan <[email protected]> | 2016-06-09 14:19:11 +0100 |
|---|---|---|
| committer | Paolo Bonzini <[email protected]> | 2016-06-14 11:02:42 +0200 |
| commit | 9befad23ed3e2e178741cb84ac09c0ff45610537 (patch) | |
| tree | caaf74e8f2b14202ae284a0a5f8f9891bfba9eb4 /tools/perf/scripts/python | |
| parent | 403015b323a297475919e1a8ccc1ceb0fcb85f5f (diff) | |
MIPS: KVM: Don't indirect KVM functions
Several KVM module functions are indirected so that they can be accessed
from tlb.c which is statically built into the kernel. This is no longer
necessary as the relevant bits of code have moved into mmu.c which is
part of the KVM module, so drop the indirections.
Note: is_error_pfn() is defined inline in kvm_host.h, so didn't actually
require the KVM module to be loaded for it to work anyway.
Signed-off-by: James Hogan <[email protected]>
Cc: Paolo Bonzini <[email protected]>
Cc: Radim Krčmář <[email protected]>
Cc: Ralf Baechle <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions