Re: [PATCH v4] is_system_domain: replace open-coded instances

2022-01-04 Thread Oleksandr Andrushchenko
Hi, Daniel! On 21.12.21 18:04, Daniel P. Smith wrote: > From: Christopher Clark > > This is a split out of the hyperlaunch dom0 series. > > There were several instances of open-coded domid range checking. This commit > replaces those with the is_system_domain or is_system_domid inline function. >

[PATCH v4] is_system_domain: replace open-coded instances

2021-12-21 Thread Daniel P. Smith
From: Christopher Clark This is a split out of the hyperlaunch dom0 series. There were several instances of open-coded domid range checking. This commit replaces those with the is_system_domain or is_system_domid inline function. Signed-off-by: Christopher Clark Signed-off-by: Daniel P. Smith