]> xenbits.xensource.com Git - people/royger/xen-test-framework.git/commit
Split out symbolic constant support into a separate file
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 8 Jan 2016 18:25:40 +0000 (18:25 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 11 Jan 2016 17:34:34 +0000 (17:34 +0000)
commit3d22e292bc005be4d25f2e862f0d30ed3e1c34bf
tree3e84d8316f28c26405771da74367a710fd7cca1c
parent5b83fd0b6b5bd04b9f9a43edf2d00510541e4300
Split out symbolic constant support into a separate file

While moving, rename _INIT_GDTE() to INIT_GDTE() and drop INIT_GDTE_RAW()
entirely.  Document the new INIT_GDTE() and implement INIT_GDTE_SYM() using
it.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
arch/x86/desc.c
arch/x86/hvm/traps.c
include/arch/x86/desc.h
include/arch/x86/symbolic-const.h [new file with mode: 0644]