Based on upstream discussions, we are trying to modify existing x86-only calls so that they become arch-neutral. In this case, we are focusing on i915_run_as_guest and removing the hypervisor checks for the non-x86 case. v2: Revised to use kernel's platform-splitting scheme. v3: Revised to use simple if-else structure. v4: Modified into more arch-neutral split. v5: Rebased on top of the run_as_guest -> i915_run_as_guest changes v6: Added suggestion of x86-only inclusion for asm/hypervisor.h Casey Bowman (1): Split i915_run_as_guest into x86 and non-x86 drivers/gpu/drm/i915/i915_utils.h | 8 ++++++++ 1 file changed, 8 insertions(+) -- 2.25.1