Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131465
b: refs/heads/master
c: 34b0900
h: refs/heads/master
i:
  131463: bf64989
v: v3
  • Loading branch information
Thomas Gleixner committed Feb 12, 2009
1 parent 2641430 commit a1cc456
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d85cf93da66977dbc645352be1b2084a659d8a0b
refs/heads/master: 34b0900d323122113683685b200aae9f9b75e63b
2 changes: 2 additions & 0 deletions trunk/arch/x86/kernel/paravirt.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ void arch_flush_lazy_mmu_mode(void)
preempt_disable();

if (paravirt_get_lazy_mode() == PARAVIRT_LAZY_MMU) {
WARN_ON(preempt_count() == 1);
arch_leave_lazy_mmu_mode();
arch_enter_lazy_mmu_mode();
}
Expand All @@ -285,6 +286,7 @@ void arch_flush_lazy_cpu_mode(void)
preempt_disable();

if (paravirt_get_lazy_mode() == PARAVIRT_LAZY_CPU) {
WARN_ON(preempt_count() == 1);
arch_leave_lazy_cpu_mode();
arch_enter_lazy_cpu_mode();
}
Expand Down

0 comments on commit a1cc456

Please sign in to comment.