At Tue, 22 Oct 2002 23:58:54 +0100 (BST),
Chris Rankin wrote:
>
> Hi,
>
> It really is safe to declare these parameters as __initdata because
> their values are never referenced again once the module loads. (All
> values are copied.) And there's also a whitespace fix.
thanks, applied.
Takashi
Hi,
It really is safe to declare these parameters as __initdata because their values are
never referenced again once the module loads. (All values are copied.) And there's
also a whitespace fix.
Cheers,
Chris
Index: sscape.c
===
R