On Mon, Jul 11, 2022 at 10:54:38AM -0400, Dennis Dalessandro wrote: > From: Ehab Ababneh <ehab.ababneh@xxxxxxxxxxxxxxxxxxxx> > > Both hfi1 and UML depend on x86_64, this can trigger build errors. > This driver must depends on !UML because it accesses x86_64 > features that are not supported by UML. > > Signed-off-by: Ehab Ababneh <ehab.ababneh@xxxxxxxxxxxxxxxxxxxx> > Signed-off-by: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxxxxxxxxxxxxx> > --- > drivers/infiniband/hw/hfi1/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Thanks, applied.