MIPS: Move several variables from .bss to .init.data
[linux-2.6-block.git] / arch / mips / sgi-ip32 / ip32-setup.c
index c5a5d4a31b4b42f1c7d3c9a2f45cbbe88e16bf01..3abd1465ec024bdb298cfc4be3cdf075e02d2a64 100644 (file)
@@ -90,7 +90,7 @@ void __init plat_mem_setup(void)
        {
                char* con = ArcGetEnvironmentVariable("console");
                if (con && *con == 'd') {
-                       static char options[8];
+                       static char options[8] __initdata;
                        char *baud = ArcGetEnvironmentVariable("dbaud");
                        if (baud)
                                strcpy(options, baud);