Subject: Re: extern __inline functions and kernel link errors
To: Hauke Fath <hauke@Espresso.Rhein-Neckar.DE>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: port-mac68k
Date: 11/02/2002 14:30:29
On Sat, Nov 02, 2002 at 10:59:40PM +0100, Hauke Fath wrote:

 > -- the cache functions that are supposed to be inlined are noted as
 > external references. But, according to the gcc manual, a function

They should use "static __inline" and marked with __attribute__((__unused__))

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>