summaryrefslogtreecommitdiff
path: root/Documentation/powerpc/vas-api.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/powerpc/vas-api.rst')
-rw-r--r--Documentation/powerpc/vas-api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/powerpc/vas-api.rst b/Documentation/powerpc/vas-api.rst
index d6dbfcbae916..90c50ed839f3 100644
--- a/Documentation/powerpc/vas-api.rst
+++ b/Documentation/powerpc/vas-api.rst
@@ -225,7 +225,7 @@ request buffers are not in memory. The operating system handles the fault by
updating CSB with the following data::
csb.flags = CSB_V;
- csb.cc = CSB_CC_TRANSLATION;
+ csb.cc = CSB_CC_FAULT_ADDRESS;
csb.ce = CSB_CE_TERMINATION;
csb.address = fault_address;