aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/vmlinux.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/kernel/vmlinux.lds.S')
-rw-r--r--arch/mips/kernel/vmlinux.lds.S12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/mips/kernel/vmlinux.lds.S b/arch/mips/kernel/vmlinux.lds.S
index 9bf0e3df7c5a..162b29954baa 100644
--- a/arch/mips/kernel/vmlinux.lds.S
+++ b/arch/mips/kernel/vmlinux.lds.S
@@ -11,15 +11,15 @@ PHDRS {
11 note PT_NOTE FLAGS(4); /* R__ */ 11 note PT_NOTE FLAGS(4); /* R__ */
12} 12}
13 13
14ifdef CONFIG_32BIT 14#ifdef CONFIG_32BIT
15 ifdef CONFIG_CPU_LITTLE_ENDIAN 15 #ifdef CONFIG_CPU_LITTLE_ENDIAN
16 jiffies = jiffies_64; 16 jiffies = jiffies_64;
17 else 17 #else
18 jiffies = jiffies_64 + 4; 18 jiffies = jiffies_64 + 4;
19 endif 19 #endif
20else 20#else
21 jiffies = jiffies_64; 21 jiffies = jiffies_64;
22endif 22#endif
23 23
24SECTIONS 24SECTIONS
25{ 25{