commit | ca768667d87331d2e2fc84e1546fbf96f22ed5fe | [log] [tgz] |
---|---|---|
author | Chris Metcalf <cmetcalf@mellanox.com> | Wed Jun 15 15:19:04 2016 -0400 |
committer | Chris Metcalf <cmetcalf@mellanox.com> | Wed Jun 15 15:31:01 2016 -0400 |
tree | 54464ddab4d52317a759011adaaab5e56ec281ee | |
parent | 9fbd49cff0f02e122459fe4899ff0c136cdebcd2 [diff] |
tile 32-bit big-endian: fix bugs in syscall argument order The glibc __LONG_LONG_PAIR passes arguments in a different order for BE platforms vs LE platforms. Adjust the expectations in the kernel 32-bit syscall routines for BE to match. Signed-off-by: Chris Metcalf <cmetcalf@mellanox.com>