diff options
author | Thomas Huth <thuth@linux.vnet.ibm.com> | 2011-07-29 08:23:46 +0200 |
---|---|---|
committer | Thomas Huth <thuth@linux.vnet.ibm.com> | 2011-10-12 13:20:00 +0200 |
commit | d38a1c54f519c5f23995bbe9341265cd56814d76 (patch) | |
tree | fdccff94f71204151aab699b011c0f3371526ffd /lib/libhvcall | |
parent | c9d1203de087ad20d1ef115355129a1b1082d8ed (diff) | |
download | SLOF-d38a1c54f519c5f23995bbe9341265cd56814d76.zip SLOF-d38a1c54f519c5f23995bbe9341265cd56814d76.tar.gz SLOF-d38a1c54f519c5f23995bbe9341265cd56814d76.tar.bz2 |
Improved cache-inhibited access functions
Implemented the CI functions in cache.h (which are required by net-snk)
and fixed a bug in hv_logical_ci_store in libhvcall.
Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Diffstat (limited to 'lib/libhvcall')
-rw-r--r-- | lib/libhvcall/hvcall.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libhvcall/hvcall.S b/lib/libhvcall/hvcall.S index b36f9cb..b8993c8 100644 --- a/lib/libhvcall/hvcall.S +++ b/lib/libhvcall/hvcall.S @@ -94,11 +94,11 @@ ENTRY(hv_logical_ci_store) mr r5,r4 mr r4,r3 li r3,H_LOGICAL_CI_STORE + HVCALL blr .section ".bss" - inbuf: .space 16 +inbuf: .space 16 inlen: .space 4 inpos: .space 4 .text -
\ No newline at end of file |