On Mon, Sep 22, 2008 at 03:07:01PM -0700, H. Peter Anvin wrote: > Russ Anderson wrote: > >+ if (tab->function == (unsigned long)NULL) > > Preferred style is: > > if (!tab->function) > > -hpa Attached is an updated patch. -- Russ Anderson, OS RAS/Partitioning Project Lead SGI - Silicon Graphics Inc rja@sgi.com