Re: [PATCH] [7/58] x86_64: various cleanups in NUMA scan node

From: Yinghai Lu
Date: Thu Jul 19 2007 - 13:38:49 EST


On 7/19/07, Andi Kleen <ak@xxxxxxx> wrote:

> do we need to put __initdata just before =?

AFAIK gcc __attribute__ syntax allows both. It certainly seems to compile.

in include/linux/init.h

it said

"
* For initialized data:
* You should insert __initdata between the variable name and equal
* sign followed by value, e.g.:
*
* static int init_variable __initdata = 0;
* static char linux_logo[] __initdata = { 0x32, 0x36, ... };
"

or we need to update these lines?

YH
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/