]> xenbits.xensource.com Git - xen.git/commit
[XSM] correctly located update_va_mapping hook within x86 ifdefs
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 6 Sep 2007 17:04:42 +0000 (18:04 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 6 Sep 2007 17:04:42 +0000 (18:04 +0100)
commit3b2aadebed757d37c4f004a3bc23aa435d922fa5
treefbb5411d5766d23c6df5136ea33baa0686cb6d2d
parent78669ef30b734cd2c37d3093c78590879be30797
[XSM] correctly located update_va_mapping hook within x86 ifdefs

The following patch addresses the issue where the XSM update_va_mapping
hook was not correctly located inside the x86 ifdefs.  Included are
updates for the dummy and flask modules which are also effected by
this issue.

    - update_va_mapping ifdef fix for xsm
    - update_va_mapping ifdef fix for dummy module
    - update_va_mapping ifdef fix for flask module

Signed-off-by: George Coker <gscoker@alpha.ncsc.mil>
xen/include/xsm/xsm.h
xen/xsm/dummy.c
xen/xsm/flask/hooks.c