mirror of https://github.com/xemu-project/xemu.git
ppc/xive: Fix some typos in comments
Fix some typos in comments about code modeling coalescing points in the XIVE routing engine (IVRE). Signed-off-by: Gustavo Romero <gromero@linux.ibm.com> Message-Id: <1595461434-27725-1-git-send-email-gromero@linux.ibm.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
19d55e2031
commit
4b160fad4f
|
@ -1502,7 +1502,7 @@ static bool xive_presenter_notify(XiveFabric *xfb, uint8_t format,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Notification using the END ESe/ESn bit (Event State Buffer for
|
* Notification using the END ESe/ESn bit (Event State Buffer for
|
||||||
* escalation and notification). Profide futher coalescing in the
|
* escalation and notification). Provide further coalescing in the
|
||||||
* Router.
|
* Router.
|
||||||
*/
|
*/
|
||||||
static bool xive_router_end_es_notify(XiveRouter *xrtr, uint8_t end_blk,
|
static bool xive_router_end_es_notify(XiveRouter *xrtr, uint8_t end_blk,
|
||||||
|
@ -1581,7 +1581,7 @@ static void xive_router_end_notify(XiveRouter *xrtr, uint8_t end_blk,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Check the END ESn (Event State Buffer for notification) for
|
* Check the END ESn (Event State Buffer for notification) for
|
||||||
* even futher coalescing in the Router
|
* even further coalescing in the Router
|
||||||
*/
|
*/
|
||||||
if (!xive_end_is_notify(&end)) {
|
if (!xive_end_is_notify(&end)) {
|
||||||
/* ESn[Q]=1 : end of notification */
|
/* ESn[Q]=1 : end of notification */
|
||||||
|
@ -1660,7 +1660,7 @@ do_escalation:
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Check the END ESe (Event State Buffer for escalation) for even
|
* Check the END ESe (Event State Buffer for escalation) for even
|
||||||
* futher coalescing in the Router
|
* further coalescing in the Router
|
||||||
*/
|
*/
|
||||||
if (!xive_end_is_uncond_escalation(&end)) {
|
if (!xive_end_is_uncond_escalation(&end)) {
|
||||||
/* ESe[Q]=1 : end of notification */
|
/* ESe[Q]=1 : end of notification */
|
||||||
|
|
Loading…
Reference in New Issue