Loading arch/mips/kernel/setup.c +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ #include <asm/prom.h> #ifdef CONFIG_MIPS_ELF_APPENDED_DTB const char __section(".appended_dtb") __appended_dtb[0x100000]; char __section(".appended_dtb") __appended_dtb[0x100000]; #endif /* CONFIG_MIPS_ELF_APPENDED_DTB */ struct cpuinfo_mips cpu_data[NR_CPUS] __read_mostly; Loading Loading
arch/mips/kernel/setup.c +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ #include <asm/prom.h> #ifdef CONFIG_MIPS_ELF_APPENDED_DTB const char __section(".appended_dtb") __appended_dtb[0x100000]; char __section(".appended_dtb") __appended_dtb[0x100000]; #endif /* CONFIG_MIPS_ELF_APPENDED_DTB */ struct cpuinfo_mips cpu_data[NR_CPUS] __read_mostly; Loading