2014-02-20 3:43 GMT+01:00 Kay Sievers :
> On Thu, Feb 20, 2014 at 3:19 AM, Peeters Simon
> wrote:
>
Where is it defined on arm? There is an include in kdbus.h.
>>>
>>> the problem is that it is "#ifndef __KERNEL__" and I assume that
>>> __KERNEL__ gets defined when building the module.
>>
>>
2014-02-20 3:48 GMT+01:00 Greg KH :
> On Thu, Feb 20, 2014 at 03:19:09AM +0100, Peeters Simon wrote:
>> 2014-02-19 21:03 GMT+01:00 Peeters Simon :
>> > 2014-02-19 20:41 GMT+01:00 Kay Sievers :
>> >> On Wed, Feb 19, 2014 at 8:34 PM, Peeters Simon
>> >> wrote:
>> >>> This weekend I switched 2 of my
On Thu, Feb 20, 2014 at 03:19:09AM +0100, Peeters Simon wrote:
> 2014-02-19 21:03 GMT+01:00 Peeters Simon :
> > 2014-02-19 20:41 GMT+01:00 Kay Sievers :
> >> On Wed, Feb 19, 2014 at 8:34 PM, Peeters Simon
> >> wrote:
> >>> This weekend I switched 2 of my devices to kdbus. both running a 32bit
> >
On Thu, Feb 20, 2014 at 3:19 AM, Peeters Simon wrote:
>>> Where is it defined on arm? There is an include in kdbus.h.
>>
>> the problem is that it is "#ifndef __KERNEL__" and I assume that
>> __KERNEL__ gets defined when building the module.
>
> both patches attached (sory, didn't bother to try a
2014-02-19 21:03 GMT+01:00 Peeters Simon :
> 2014-02-19 20:41 GMT+01:00 Kay Sievers :
>> On Wed, Feb 19, 2014 at 8:34 PM, Peeters Simon
>> wrote:
>>> This weekend I switched 2 of my devices to kdbus. both running a 32bit
>>> system (my atom based netbook and a beaglebone black)
>>>
>>> while comp
2014-02-19 20:41 GMT+01:00 Kay Sievers :
> On Wed, Feb 19, 2014 at 8:34 PM, Peeters Simon
> wrote:
>> This weekend I switched 2 of my devices to kdbus. both running a 32bit
>> system (my atom based netbook and a beaglebone black)
>>
>> while compiling I ran in to trouble on both devices because o
On Wed, Feb 19, 2014 at 8:34 PM, Peeters Simon wrote:
> This weekend I switched 2 of my devices to kdbus. both running a 32bit
> system (my atom based netbook and a beaglebone black)
>
> while compiling I ran in to trouble on both devices because of missing
> division and modulo operations for uin
On Wed, Feb 19, 2014 at 08:34:31PM +0100, Peeters Simon wrote:
> hej
>
> This weekend I switched 2 of my devices to kdbus. both running a 32bit
> system (my atom based netbook and a beaglebone black)
>
> while compiling I ran in to trouble on both devices because of missing
> division and modulo
hej
This weekend I switched 2 of my devices to kdbus. both running a 32bit
system (my atom based netbook and a beaglebone black)
while compiling I ran in to trouble on both devices because of missing
division and modulo operations for uint64, both related to bloom.size
in match.c.
So my question