commit | bfffb0fa1bdd2ba1bb399caf689eeed5cb1a7d62 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Tue Nov 05 14:02:34 2019 +0000 |
committer | Andrew Walbran <qwandor@google.com> | Wed Nov 06 17:15:04 2019 +0000 |
tree | d230b7c9cd4f85bd9e8abb6b96c48d1fcc234d73 | |
parent | b27b43520dc4f12ab23f79060b4754d0ddd23e8d [diff] |
Implement SPCI_RXTX_MAP to replace hf_vm_configure. Bug: 132421502 Change-Id: I699f412f5090dead6a4c0dbfdc12f40b5aa8fe20
diff --git a/test/linux/hftest_socket.c b/test/linux/hftest_socket.c index 2e89d2b..1e55551 100644 --- a/test/linux/hftest_socket.c +++ b/test/linux/hftest_socket.c
@@ -66,7 +66,7 @@ /* Prepare the context. */ /* Set up the mailbox. */ - hf_vm_configure(send_addr, recv_addr); + spci_rxtx_map(send_addr, recv_addr); spci_rx_release();