remove PTATTR_USER from the decision of ihk_mc_ap_flag in __set_pt_page
This commit is contained in:
@@ -302,7 +302,7 @@ static int __set_pt_page(struct page_table *pt, void *virt, unsigned long phys,
|
||||
struct page_table *newpt;
|
||||
enum ihk_mc_ap_flag ap_flag;
|
||||
|
||||
ap_flag = (attr & (PTATTR_USER | PTATTR_FOR_USER)) ?
|
||||
ap_flag = (attr & PTATTR_FOR_USER) ?
|
||||
IHK_MC_AP_NOWAIT: IHK_MC_AP_CRITICAL;
|
||||
|
||||
if (!pt) {
|
||||
|
||||
Reference in New Issue
Block a user