diff options
author | Alex Shi <[email protected]> | 2012-08-24 08:55:13 +0000 |
---|---|---|
committer | Konrad Rzeszutek Wilk <[email protected]> | 2012-09-05 10:50:21 -0400 |
commit | ce7184bdbd38d920fb515266fbbdc585ad2e5493 (patch) | |
tree | 0f9f9fae086368925f6cf4f3053cb1ea92a5adca /lib/debugobjects.c | |
parent | 593d0a3e9f813db910dc50574532914db21d09ff (diff) |
xen: fix logical error in tlb flushing
While TLB_FLUSH_ALL gets passed as 'end' argument to
flush_tlb_others(), the Xen code was made to check its 'start'
parameter. That may give a incorrect op.cmd to MMUEXT_INVLPG_MULTI
instead of MMUEXT_TLB_FLUSH_MULTI. Then it causes some page can not
be flushed from TLB.
This patch fixed this issue.
Reported-by: Jan Beulich <[email protected]>
Signed-off-by: Alex Shi <[email protected]>
Acked-by: Jan Beulich <[email protected]>
Tested-by: Yongjie Ren <[email protected]>
Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions