On 10/28/2015 09:39 AM, David Vrabel wrote:
Mapping a large range of foreign GFNs can take a long time, add a
reschedule point after each batch of 16 GFNs.
Signed-off-by: David Vrabel
---
v2:
- Move cond_resched() to outer loop.
---
arch/x86/xen/mmu.c | 1 +
1 file changed, 1 insertion(+)
d
Mapping a large range of foreign GFNs can take a long time, add a
reschedule point after each batch of 16 GFNs.
Signed-off-by: David Vrabel
---
v2:
- Move cond_resched() to outer loop.
---
arch/x86/xen/mmu.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/x86/xen/mmu.c b/arch/x86/xen/mm