[BACK]Return to vector.S CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / amd64 / amd64

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/amd64/amd64/vector.S between version 1.11 and 1.12

version 1.11, 2007/08/29 23:38:02 version 1.12, 2007/09/17 21:41:54
Line 460  IDTVEC(intr_lapic_tlb_bcast)
Line 460  IDTVEC(intr_lapic_tlb_bcast)
          * we arrive here.           * we arrive here.
          */           */
         movq    %cr4, %rax          movq    %cr4, %rax
         leaq    -CR4_PGE(%rax), %rdx          movq    %rax, %rdx
           andq    $~CR4_PGE, %rdx
         movq    %rdx, %cr4          movq    %rdx, %cr4
         movq    %rax, %cr4          movq    %rax, %cr4
         jmp     2b          jmp     2b

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb <webmaster@jp.NetBSD.org>