Deleted Added
full compact
26c26
< * $FreeBSD: projects/bhyve_svm/sys/amd64/vmm/amd/vmcb.h 270511 2014-08-25 00:58:20Z neel $
---
> * $FreeBSD: projects/bhyve_svm/sys/amd64/vmm/amd/vmcb.h 270962 2014-09-02 04:22:42Z neel $
165a166,169
> /* Code segment descriptor attribute in 12 bit format as saved by VMCB. */
> #define VMCB_CS_ATTRIB_L BIT(9) /* Long mode. */
> #define VMCB_CS_ATTRIB_D BIT(10) /* OPerand size bit. */
>