1. 18 6月, 2012 1 次提交
  2. 17 5月, 2012 1 次提交
    • H
      x86, realmode: Change EFER to a single u64 field · 638d957b
      H. Peter Anvin 提交于
      Change EFER to be a single u64 field instead of two u32 fields; change
      the order to maintain alignment.  Note that on x86-64 cr4 is really
      also a 64-bit quantity, although we can only set the low 32 bits from
      the trampoline code since it is still executing in 32-bit mode at that
      point.
      Signed-off-by: NH. Peter Anvin <hpa@linux.intel.com>
      Cc: Jarkko Sakkinen <jarkko.sakkinen@intel.com>
      638d957b
  3. 09 5月, 2012 7 次提交