|
@@ -70,7 +70,7 @@ static char __initdata builtin_cmdline[COMMAND_LINE_SIZE] = CONFIG_CMDLINE;
|
|
|
* mips_io_port_base is the begin of the address space to which x86 style
|
|
* mips_io_port_base is the begin of the address space to which x86 style
|
|
|
* I/O ports are mapped.
|
|
* I/O ports are mapped.
|
|
|
*/
|
|
*/
|
|
|
-const unsigned long mips_io_port_base __read_mostly = -1;
|
|
|
|
|
|
|
+const unsigned long mips_io_port_base = -1;
|
|
|
EXPORT_SYMBOL(mips_io_port_base);
|
|
EXPORT_SYMBOL(mips_io_port_base);
|
|
|
|
|
|
|
|
static struct resource code_resource = { .name = "Kernel code", };
|
|
static struct resource code_resource = { .name = "Kernel code", };
|