···554554 * cr0 val on cpu init should be 0x60000010, we enable cpu555555 * cache by default. the orderly way is to enable cache in bios.556556 */557557- save->cr0 = 0x00000010 | CR0_PG_MASK;557557+ save->cr0 = 0x00000010 | CR0_PG_MASK | CR0_WP_MASK;558558 save->cr4 = CR4_PAE_MASK;559559 /* rdx = ?? */560560}