Done.
Revision: 3237
Author: stansmith
Date: 9:08:36 AM, Wednesday, July 13, 2011
Message:
[INC] add __inline attribute to WorkEntryInit()
----
Modified : /gen1/trunk/inc/kernel/work_queue.h


>-----Original Message-----
>From: Tzachi Dar [mailto:[email protected]]
>Sent: Monday, July 11, 2011 11:32 PM
>To: Smith, Stan
>Cc: [email protected]
>Subject: RE: [PATCH] add __inline attribute
>
>Yes please.
>
>> -----Original Message-----
>> From: Smith, Stan [mailto:[email protected]]
>> Sent: Tuesday, July 12, 2011 2:56 AM
>> To: Tzachi Dar
>> Cc: [email protected]
>> Subject: [PATCH] add __inline attribute
>>
>> Hello,
>>   This addition is in the ROCE branch and not in the mainline.  Seems like a
>> reasonable addition?
>> Should I go ahead and commit?
>>
>> Stan.
>>
>> --- inc/kernel/work_queue.h  Mon Jul 11 15:53:47 2011
>> +++ inc/kernel/work_queue.h  Thu Jun 30 13:49:02 2011
>> @@ -43,7 +43,7 @@
>>
>>  }   WORK_ENTRY;
>>
>> -static void WorkEntryInit(WORK_ENTRY *pWork,
>> +static __inline void WorkEntryInit(WORK_ENTRY *pWork,
>>                                                void (*WorkHandler)(struct
>> _WORK_ENTRY *Work), void *Context)
>>  {
>>      pWork->WorkHandler = WorkHandler;

_______________________________________________
ofw mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw

Reply via email to