Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80102
b: refs/heads/master
c: 4a8c4c4
h: refs/heads/master
v: v3
  • Loading branch information
Glauber de Oliveira Costa authored and Ingo Molnar committed Jan 30, 2008
1 parent 6326705 commit 86a965b
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 2e47d3e6c35bb5b78fea2b2584c7eeaf782f138d
refs/heads/master: 4a8c4c4e10d1bc2c3bd80caabb6a76a66849f7e8
6 changes: 6 additions & 0 deletions trunk/include/asm-x86/paravirt.h
Original file line number Diff line number Diff line change
Expand Up @@ -1227,6 +1227,12 @@ static inline unsigned long __raw_local_irq_save(void)
push %ecx; push %edx; \
call *pv_cpu_ops+PV_CPU_read_cr0; \
pop %edx; pop %ecx
#else
#define GET_CR2_INTO_RCX \
call *pv_mmu_ops+PV_MMU_read_cr2; \
movq %rax, %rcx; \
xorq %rax, %rax;

#endif

#endif /* __ASSEMBLY__ */
Expand Down

0 comments on commit 86a965b

Please sign in to comment.