aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-2.6.31/ben-nanonote/fix_mips_vmlinux.lds.patch
blob: b2fd44e0a98c6bda57c3fd9e873f9b2cb58b06b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- linux-2.6.31-vanilla/arch/mips/kernel/vmlinux.lds.S	2009-11-19 20:54:28.000000000 +0100
+++ linux-2.6.31/arch/mips/kernel/vmlinux.lds.S	2009-11-19 20:54:58.000000000 +0100
@@ -10,15 +10,15 @@
 	note PT_NOTE FLAGS(4);	/* R__ */
 }
 
-ifdef CONFIG_32BIT
-	ifdef CONFIG_CPU_LITTLE_ENDIAN
+#ifdef CONFIG_32BIT
+	#ifdef CONFIG_CPU_LITTLE_ENDIAN
 		jiffies  = jiffies_64;
-	else
+	#else
 		jiffies  = jiffies_64 + 4;
-	endif
-else
+	#endif
+#else
 	jiffies  = jiffies_64;
-endif
+#endif
 
 SECTIONS
 {