diff options
| author | James Hogan <[email protected]> | 2016-06-09 14:19:10 +0100 |
|---|---|---|
| committer | Paolo Bonzini <[email protected]> | 2016-06-14 11:02:42 +0200 |
| commit | 403015b323a297475919e1a8ccc1ceb0fcb85f5f (patch) | |
| tree | d1530ac61ffd25168000f48b684425d15468fb59 /tools/perf/scripts/python | |
| parent | 31cf7498545c36cc992887bd6af17a496f26f681 (diff) | |
MIPS: KVM: Move non-TLB handling code out of tlb.c
Various functions in tlb.c perform higher level MMU handling, but don't
strictly need to be statically built into the kernel as they don't
directly manipulate TLB entries. Move these functions out into a
separate mmu.c which will be built into the KVM kernel module. This
allows them to directly reference KVM functions in the KVM kernel module
in future.
Module exports of these functions have been removed, since they aren't
needed outside of KVM.
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