[BACK]Return to acpi_wakecode.S CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / i386 / acpi

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

Diff for /src/sys/arch/i386/acpi/acpi_wakecode.S between version 1.15 and 1.15.2.1

version 1.15, 2012/04/19 18:00:34 version 1.15.2.1, 2014/08/20 00:03:05
Line 165  wakeup_32:
Line 165  wakeup_32:
         movl    WAKEUP_r_cr3 + ACPI_WAKEUP_ADDR,%eax          movl    WAKEUP_r_cr3 + ACPI_WAKEUP_ADDR,%eax
         movl    %eax,%cr3          movl    %eax,%cr3
         movl    %cr0,%eax          movl    %cr0,%eax
         orl     $(CR0_PE|CR0_PG|CR0_NE|CR0_TS|CR0_EM|CR0_MP|CR0_WP|CR0_AM),%eax          orl     $(CR0_PE|CR0_PG|CR0_NE|CR0_TS|CR0_MP|CR0_WP|CR0_AM),%eax
         movl    %eax,%cr0          movl    %eax,%cr0
   
         /* Flush the prefetch queue */          /* Flush the prefetch queue */

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.15.2.1

CVSweb <webmaster@jp.NetBSD.org>