patch-2.4.7 linux/arch/cris/drivers/lpslave/e100lpslaveld
Next file: linux/arch/cris/drivers/lpslave/e100lpslavenet.c
Previous file: linux/arch/cris/drivers/lpslave/e100lpslave.h
Back to the patch index
Back to the overall index
-  Lines: 23
 -  Date:
Wed Jul  4 11:50:39 2001
 -  Orig file: 
v2.4.6/linux/arch/cris/drivers/lpslave/e100lpslaveld
 -  Orig date: 
Wed Dec 31 16:00:00 1969
 
diff -u --recursive --new-file v2.4.6/linux/arch/cris/drivers/lpslave/e100lpslaveld linux/arch/cris/drivers/lpslave/e100lpslaveld
@@ -0,0 +1,22 @@
+MEMORY 
+	{
+	cache : ORIGIN = 0x380000f0,
+	       	LENGTH = 784
+	}
+
+SECTIONS
+{
+	.text :
+	{
+		*(.text)
+	} > cache
+	.data :
+	{
+		*(.data)
+		*(COMMON)
+	} > cache
+	.bss :
+	{
+		*(.bss)
+	} > cache
+}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)