···554 * cr0 val on cpu init should be 0x60000010, we enable cpu555 * cache by default. the orderly way is to enable cache in bios.556 */557- save->cr0 = 0x00000010 | CR0_PG_MASK;558 save->cr4 = CR4_PAE_MASK;559 /* rdx = ?? */560}
···554 * cr0 val on cpu init should be 0x60000010, we enable cpu555 * cache by default. the orderly way is to enable cache in bios.556 */557+ save->cr0 = 0x00000010 | CR0_PG_MASK | CR0_WP_MASK;558 save->cr4 = CR4_PAE_MASK;559 /* rdx = ?? */560}