[Rogier Wolff <[EMAIL PROTECTED]>]
> However, if my code assumes that the compiler needs to initialize the
                                       ^^^^^^^^kernel
> variable one way or another, I want to put in the initialization,
> even if that means an "= 0;" which is already the default.

Well, your object file just grew 12 bytes.  Not that it matters very
much, since granularity of mm and most filesystems is at least 1k, but
if you have a lot of such variables (or a large array) it can add up.

Peter
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to