Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9debaaec authored by Mike Marciniszyn's avatar Mike Marciniszyn Committed by Doug Ledford
Browse files

IB/rdamvt: fix cross build with rdmavt



The new check routine causes a larger than supported frame size
on s390.

Changing the check routine to noinline fixes the issue.

Reviewed-by: default avatarDennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: default avatarMike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent 354d9c95
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -383,7 +383,7 @@ static inline int check_driver_override(struct rvt_dev_info *rdi,
	return 1;
	return 1;
}
}


static int check_support(struct rvt_dev_info *rdi, int verb)
static noinline int check_support(struct rvt_dev_info *rdi, int verb)
{
{
	switch (verb) {
	switch (verb) {
	case MISC:
	case MISC: