commit | 41b93b238ab394c8cf0935ec3ba31c700a2b3b25 | [log] [tgz] |
---|---|---|
author | Bharat Bhushan <r65777@freescale.com> | Wed Oct 09 10:41:17 2013 +0530 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Oct 11 16:49:27 2013 +1100 |
tree | 13d3450edf167edb4c4114e025e69824aac38e96 | |
parent | 8616dff5b0e969444cc8484875ebd936956b5c0d [diff] |
powerpc: Added __cmpdi2 for signed 64bit comparision This was missing on powerpc and I am getting compilation error drivers/vfio/pci/vfio_pci_rdwr.c:193: undefined reference to `__cmpdi2' drivers/vfio/pci/vfio_pci_rdwr.c:193: undefined reference to `__cmpdi2' Signed-off-by: Bharat Bhushan <bharat.bhushan@freescale.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>