Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/net
On Wed, Jul 30, 2014 at 8:41 PM, Takahiro HAYASHI
<t.hash425%gmail.com@localhost> wrote:
> (07/28/14 23:24), Ryota Ozaki wrote:
>>
>> Module Name: src
>> Committed By: ozaki-r
>> Date: Mon Jul 28 14:24:48 UTC 2014
>>
>> Modified Files:
>>
>> src/sys/net: if.c if_ether.h if_ethersubr.c
>>
>> Log Message:
>> Add a mutex for global variables of if_ethersubr.c
>>
>> To initialize the mutex, we introduce etherinit that is called from
>> ifinit1.
>
>
> etherinit() would be undefined if kernel does
> not have any ethernet interfaces like BEAGLEBOARDXM.
>
> should be wrapped with something like #if NETHER > 0 ?
Yes. I've just committed the fix. (It took long time to confirm
the fix...)
Thanks,
ozaki-r
>
>
> --
> t-hash
Home |
Main Index |
Thread Index |
Old Index