aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86/processor-flags.h
AgeCommit message (Collapse)AuthorFilesLines
2007-10-13KVM: Use standard CR8 flags, and fix TPR definitionRusty Russell1-1/+1
Intel manual (and KVM definition) say the TPR is 4 bits wide. Also fix CR8_RESEVED_BITS typo. Signed-off-by: Rusty Russell <[email protected]> Acked-by: H. Peter Anvin <[email protected]> Signed-off-by: Avi Kivity <[email protected]>
2007-10-11i386/x86_64: move headers to include/asm-x86Thomas Gleixner1-0/+91
Move the headers to include/asm-x86 and fixup the header install make rules Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>