Subject: Re: Proposal: eliminate all macros in the kernel
To: None <tls@rek.tjls.com>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 11/21/2005 07:05:11
> I propose that we replace all macros in our kernel with inline functions.
> This will clean up the mess while at the same time making it easier to
> decide whether some of this code should be inlined at all.
> 
> Opinions?

you need to investigate each particular cases.
there is no point to do all at once.

YAMAMOTO Takashi