Re: [REVIEW] Hide BIT_* macros from userland code

2021-12-03 Thread Shawn Webb
On Fri, Dec 03, 2021 at 11:03:54AM +0100, Stefan Esser wrote: > Am 02.12.21 um 17:46 schrieb Shawn Webb: > > Hey Stefan, > > > > On Thu, Dec 02, 2021 at 05:26:55PM +0100, Stefan Esser wrote: > >> I have created > >> > >>https://reviews.freebsd.org/D33235 > >> > >> to remove the BIT_* macros us

Re: [REVIEW] Hide BIT_* macros from userland code

2021-12-03 Thread Stefan Esser
Am 02.12.21 um 17:46 schrieb Shawn Webb: > Hey Stefan, > > On Thu, Dec 02, 2021 at 05:26:55PM +0100, Stefan Esser wrote: >> I have created >> >> https://reviews.freebsd.org/D33235 >> >> to remove the BIT_* macros used in the kernel from the userland API. >> >> They conflict with differing def

Re: [REVIEW] Hide BIT_* macros from userland code

2021-12-02 Thread Shawn Webb
Hey Stefan, On Thu, Dec 02, 2021 at 05:26:55PM +0100, Stefan Esser wrote: > I have created > > https://reviews.freebsd.org/D33235 > > to remove the BIT_* macros used in the kernel from the userland API. > > They conflict with differing definitions in some 3rd party code and > lead to comp

[REVIEW] Hide BIT_* macros from userland code

2021-12-02 Thread Stefan Esser
I have created https://reviews.freebsd.org/D33235 to remove the BIT_* macros used in the kernel from the userland API. They conflict with differing definitions in some 3rd party code and lead to compile issues in a number of ports (via CPU_* macros based on the BIT_* macros). See PR2597