368c54e UefiCpuPkg: Add ExceptionHandlerData for ArchRestoreExceptionContext()

Authored and Committed by Jeff Fan 7 years ago
    UefiCpuPkg: Add ExceptionHandlerData for ArchRestoreExceptionContext()
    
    mReservedVectors is not set, we could add parameter ExceptionHandlerData for
    ArchRestoreExceptionContext() that could use it instead of mReservedVectors.
    
    Cc: Feng Tian <feng.tian@intel.com>
    Cc: Jiewen Yao <jiewen.yao@intel.com>
    Cc: Michael D Kinney <michael.d.kinney@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jeff Fan <jeff.fan@intel.com>
    Reviewed-by: Feng Tian <feng.tian@intel.com>