Move source tree closer to the 2.6.32.17 mainline
/arch/sh/boot/compressed/misc.c
blob:fd56a71ca9d9bbf47c3080d2473f2d4ad2ac0478 -> blob:974ba71df4a86095cd1985e6b5fdeed1fd4fc673
--- arch/sh/boot/compressed/misc.c
+++ arch/sh/boot/compressed/misc.c
@@ -132,7 +132,7 @@ void decompress_kernel(void)
output_addr = (CONFIG_MEMORY_START + 0x2000);
#else
output_addr = PHYSADDR((unsigned long)&_text+PAGE_SIZE);
-#ifdef CONFIG_29BIT
+#if defined(CONFIG_29BIT) || defined(CONFIG_PMB_FIXED)
output_addr |= P2SEG;
#endif
#endif