Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH] Minor patch to build kernel for Ocelot-3
@ 2005-01-12 23:28 Manish Lachwani
  0 siblings, 0 replies; only message in thread
From: Manish Lachwani @ 2005-01-12 23:28 UTC (permalink / raw)
  To: linux-mips

[-- Attachment #1: Type: text/plain, Size: 106 bytes --]

Hello !

Attached patch is needed to build the kernel for Ocelot-3. Please apply

Thanks
Manish Lachwani


[-- Attachment #2: patch-build-ocelot3 --]
[-- Type: text/plain, Size: 569 bytes --]

--- arch/mips/mm/sc-rm7k.c.orig	2005-01-12 15:25:06.000000000 -0800
+++ arch/mips/mm/sc-rm7k.c	2005-01-12 14:03:11.000000000 -0800
@@ -127,13 +127,13 @@
 		      ".set mips0\n\t"
 		      ".set reorder"
 		      :
-		      : "r" (KSEG0ADDR(i)), "i" (Index_Store_Tag_SD));
+		      : "r" (CKSEG0ADDR(i)), "i" (Index_Store_Tag_SD));
 	}
 }
 
 static __init void rm7k_sc_enable(void)
 {
-	void (*func)(void) = (void *) KSEG1ADDR(&__rm7k_sc_enable);
+	void (*func)(void) = (void *) CKSEG1ADDR(&__rm7k_sc_enable);
 
 	if (read_c0_config() & 0x08)			/* CONF_SE */
 		return;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-01-12 23:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-12 23:28 [PATCH] Minor patch to build kernel for Ocelot-3 Manish Lachwani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox