commit | 66f6b9786c3f91ae6b3bb295f5ea9224b0b06c6b | [log] [tgz] |
---|---|---|
author | David Gow <davidgow@google.com> | Mon Jul 08 16:33:21 2019 -0700 |
committer | David Gow <davidgow@google.com> | Wed Jul 10 16:28:49 2019 +0000 |
tree | c8f5a733eac6a7638fe74a7b95994cd67b8b85c2 | |
parent | e96c281ae9c41e3bacd44c962d36f130951297c8 [diff] |
arch: um: Mock the _relaxed versions for read*/write* This change adds mocks the _relaxed versions of the read/write{b,w,l,q} functions for user-mode Linux (UML). This allows these to be used in KUnit tests. Change-Id: I78242f2a25b99fb6d73a6d7e0e6b1209572b7d4c Signed-off-by: David Gow <davidgow@google.com> Google-Bug-Id: 136604342