tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Changing __USING_TOPDOWN_VM to a runtime decision



On Wed, Nov 06, 2013 at 01:40:27AM +0000, Christos Zoulas wrote:
> I don't like the !!(expr) syntax, I'd prefer to hide the ugliness in a macro
> that does (expr != 0) 

Ah, old habbits - I can just write "ep->ep_flags & EXEC_TOPDOWN_VM" in all
cases here, we don't have macros for the other flags.
It causes a warning with some C++ compilers, so I'm used boolalize it.

Martin


Home | Main Index | Thread Index | Old Index