From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jes Sorensen Date: Sun, 15 Jan 2006 12:34:54 +0000 Subject: Re: [PATCH] SN: Add initial ACPI support Message-Id: List-Id: References: <28961.1137282162@ocs3.ocs.com.au> In-Reply-To: <28961.1137282162-1LO6/iIh+iQ0n/F98K4Iww@public.gmane.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Keith Owens Cc: John Keller , linux-ia64-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-acpi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org >>>>> "Keith" = Keith Owens writes: Hi, Just a general comment on top of Keith's. Keith> John Keller (on Sat, 14 Jan 2006 11:37:47 -0600 (CST)) wrote: >> +inline uint64_t +sal_ioif_init(void) Keith> Make that static with no inline, let gcc decide if it should be Keith> inlined or not. Please stick to using the preferred kernel internal types, u64/u32/u16 etc. I noticed you switch u64 to uint64_t in many places which is the wrong way to go. Regards, Jes