aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/asm-sparc64/hypervisor.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/asm-sparc64/hypervisor.h b/include/asm-sparc64/hypervisor.h
index 9c8e453abe97..b4e0d52acd5c 100644
--- a/include/asm-sparc64/hypervisor.h
+++ b/include/asm-sparc64/hypervisor.h
@@ -272,17 +272,19 @@
272 * EBADALIGN Base real address is not correctly aligned 272 * EBADALIGN Base real address is not correctly aligned
273 * for size. 273 * for size.
274 * 274 *
275 * Configure the given queue to be placed at the givem base real 275 * Configure the given queue to be placed at the given base real
276 * address, with the given number of entries. The number of entries 276 * address, with the given number of entries. The number of entries
277 * must be a power of 2. The base real address must be aligned 277 * must be a power of 2. The base real address must be aligned
278 * exactly to match the queue size. Each queue entry is 64 bytes 278 * exactly to match the queue size. Each queue entry is 64 bytes
279 * long, so for example a 32 entry queue must be aligned on a 2048 279 * long, so for example a 32 entry queue must be aligned on a 2048
280 * byte real address boundary. 280 * byte real address boundary.
281 * 281 *
282 * The specified queue is unconfigured is number of entries is given as zero. 282 * The specified queue is unconfigured if the number of entries is given
283 * as zero.
283 * 284 *
284 * For the current version of this API service, the argument queue is defined 285 * For the current version of this API service, the argument queue is defined
285 * as follows: 286 * as follows:
287 *
286 * queue description 288 * queue description
287 * ----- ------------------------- 289 * ----- -------------------------
288 * 0x3c cpu mondo queue 290 * 0x3c cpu mondo queue