LibBSD | Beatnik BSP Fixes (!76)

Jeremy Lorelli (@jjl77) gitlab at rtems.org
Tue Jun 17 04:42:24 UTC 2025




Jeremy Lorelli commented on a discussion on rtemsbsd/powerpc/include/linux/kernel.h: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/76#note_124764

 >  	return ((q * multiplier) + ((r * multiplier) / divisor));
 >  }
 >  
 > -static inline int64_t
 > -abs64(int64_t x)
 > -{
 > -	return (x < 0 ? -x : x);
 > -}
 > -

There is an existing definition at freebsd/sys/sys/libkern.h:122

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/76#note_124764
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250617/a10ad4c6/attachment-0001.htm>


More information about the bugs mailing list