Subject: RE: Do LKMs work *at*all* on powerpc platforms?
To: Greg Kritsch <greg@evertz.com>
From: Bill Studenmund <wrstuden@zembu.com>
List: port-macppc
Date: 08/07/2000 11:59:30
On Wed, 2 Aug 2000, Greg Kritsch wrote:

> Fine, make me actually look up what I did... It's covered in the GCC manual,
> or at least it is in the EGCS-2.95.2 version thereof.
> 
> #define LONGCALL __attribute__ ((longcall))
> 
> void flash_ident_acc(void) LONGCALL;

Actually, could we have a shortcall attribute? We could compile lkm's with
-mlong-call, and then define all of the lkm-internal calls as
__attribute__ ((shortcall)).

:-)

Take care,

Bill