mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-11-29 09:43:42 +00:00
As the pr_dbg will access sbuf which will call stac/clac inside, so can not put pr_dbg between stac/clac, it will case Page Fault. acrn_print_request is a debug feature, and it calls pr_dbg. when the loglevel is set to 6, there will be Page Fault. So, remove the caller for acrn_print_request and mask the function as unused, reserved for debug. Tracked-On: #3648 Signed-off-by: Conghui Chen <conghui.chen@intel.com> Reviewed-by: Yonghua Huang <yonghua.huang@intel.com>
18 KiB
18 KiB