aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64/desc_defs.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-12-07[PATCH] x86-64: Extract segment descriptor definitions for use outsideAvi Kivity1-0/+69
Code that wants to use struct desc_struct cannot do so on i386 because desc.h contains other code that will only compile on x86_64. So extract the structure definitions into a asm-x86_64/desc_defs.h. Signed-off-by: Avi Kivity <avi@qumranet.com> Signed-off-by: Andi Kleen <ak@suse.de> include/asm-x86_64/desc.h | 53 ------------------------------- include/asm-x86_64/desc_defs.h | 69 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+), 52 deletions(-)