powerpc/vas: Report proper error code for address translation failure
[linux-2.6-microblaze.git] / Documentation / powerpc / vas-api.rst
index 1217c2f..788dc83 100644 (file)
@@ -213,7 +213,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;