From: Dor L. <dor...@qu...> - 2007-08-29 06:51:02
|
>> +static inline int >> +__hypercall2(unsigned int nr, unsigned long p1, unsigned long p2) >> +{ >> + int ret; >> + asm (" call hypercall_addr\n" >[...] >> + return ret; > >Hello Dor, > >Linux system calls return long. I think hypercalls should behave in a >similar >manner and return long as well, no? Logical, will be incorporated to the next patch set release. Thanks, Dor. > >Christian |