<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Consolas;
panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
pre
{mso-style-priority:99;
mso-style-link:"HTML Vorformatiert Zchn";
margin:0cm;
margin-bottom:.0001pt;
font-size:10.0pt;
font-family:"Courier New";}
p.msonormal0, li.msonormal0, div.msonormal0
{mso-style-name:msonormal;
mso-margin-top-alt:auto;
margin-right:0cm;
mso-margin-bottom-alt:auto;
margin-left:0cm;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
span.HTMLVorformatiertZchn
{mso-style-name:"HTML Vorformatiert Zchn";
mso-style-priority:99;
mso-style-link:"HTML Vorformatiert";
font-family:"Consolas",serif;}
span.E-MailFormatvorlage21
{mso-style-type:personal-reply;
font-family:"Calibri",sans-serif;
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="DE" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:EN-US">Thanks, pushed to master and 5.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<div style="border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt">
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b>From:</b> devel <devel-bounces@rtems.org> <b>On Behalf Of
</b>Daniel Hellstrom<br>
<b>Sent:</b> Thursday, April 15, 2021 1:03 PM<br>
<b>To:</b> Moyano Heredia, Victor Gabriel <Gabriel.Moyano@dlr.de>; devel@rtems.org<br>
<b>Subject:</b> Re: [PATCH v2 1/1] grlib/genirq: Taking into account that it could be more than one ISR enabled/disabled<o:p></o:p></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p>Looks good.<o:p></o:p></p>
<p>Thanks,<br>
Daniel<o:p></o:p></p>
<div>
<pre> <o:p></o:p></pre>
</div>
<div>
<p class="MsoNormal">On 2021-04-15 11:52, Moyano, Gabriel wrote:<o:p></o:p></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<pre>---<o:p></o:p></pre>
<pre> bsps/shared/grlib/irq/genirq.c | 4 ++--<o:p></o:p></pre>
<pre> 1 file changed, 2 insertions(+), 2 deletions(-)<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>diff --git a/bsps/shared/grlib/irq/genirq.c b/bsps/shared/grlib/irq/genirq.c<o:p></o:p></pre>
<pre>index 285416b0d3..ca80445c70 100644<o:p></o:p></pre>
<pre>--- a/bsps/shared/grlib/irq/genirq.c<o:p></o:p></pre>
<pre>+++ b/bsps/shared/grlib/irq/genirq.c<o:p></o:p></pre>
<pre>@@ -188,8 +188,8 @@ static int genirq_set_active(<o:p></o:p></pre>
<pre> return 1;<o:p></o:p></pre>
<pre> }<o:p></o:p></pre>
<pre> e = isrentry;<o:p></o:p></pre>
<pre>- } else {<o:p></o:p></pre>
<pre>- enabled += isrentry->enabled;<o:p></o:p></pre>
<pre>+ } else if ( isrentry->enabled ) {<o:p></o:p></pre>
<pre>+ enabled = 1;<o:p></o:p></pre>
<pre> }<o:p></o:p></pre>
<pre> isrentry = isrentry->next;<o:p></o:p></pre>
<pre> }<o:p></o:p></pre>
</blockquote>
</div>
</div>
</body>
</html>