POSTCODE(0x3)
movl %cr4,%eax
- orl $(CR4_PAE|CR4_PGE),%eax
+ orl $(CR4_PAE),%eax
movl %eax,%cr4 /* enable page size extensions */
movl $(MSR_IA32_EFER), %ecx /* MSR number in ecx */
cld
/* move longs*/
movl %edx,%ecx
- sarl $2,%ecx
+ shrl $2,%ecx
rep
movsl
/* move bytes*/