[PATCH 10/12] smp: Optimize Simple SMP scheduler

Gedare Bloom gedare at rtems.org
Wed Aug 14 16:58:03 UTC 2013


On Wed, Aug 14, 2013 at 12:16 PM, Sebastian Huber
<sebastian.huber at embedded-brains.de> wrote:
> On 2013-08-14 17:41, Gedare Bloom wrote:
>>>
>>> +     * XXX: Do not exchange parameters to do the negation of the order
>>> check.
>>> >+     */
>>
>> What does it mean here to use XXX?
>>
>
> After reading the wikipedia page
>
> http://en.wikipedia.org/wiki/Comment_%28computer_programming%29
>
> I think that I should change this to NOTE.  Unfortunately Vim doesn't
> highlight this by default.
>
Yes a NOTE would be more appropriate.

Add the following to your vimrc file after "syntax on":

au Syntax c call HighlightNote()
function HighlightNote()
  syn keyword cNote contained NOTE
  syn cluster cCommentGroup add=cNote
  hi link cNote Todo
endfun



> --
> Sebastian Huber, embedded brains GmbH
>
> Address : Dornierstr. 4, D-82178 Puchheim, Germany
> Phone   : +49 89 189 47 41-16
> Fax     : +49 89 189 47 41-09
> E-Mail  : sebastian.huber at embedded-brains.de
> PGP     : Public key available on request.
>
> Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
>




More information about the devel mailing list