r1756

dslinux_amadeus at dslinux.in-berlin.de dslinux_amadeus at dslinux.in-berlin.de
Thu May 10 23:29:03 CEST 2007


Author: amadeus
Date: 2007-05-10 23:28:57 +0200 (Thu, 10 May 2007)
New Revision: 1756

Log:
Expand Stack to 2 KBytes for EZ DLDI drivers

Modified: trunk/linux-2.6.x/drivers/block/dldi_s.S
===================================================================
--- trunk/linux-2.6.x/drivers/block/dldi_s.S	2007-05-09 19:32:37 UTC (rev 1755)
+++ trunk/linux-2.6.x/drivers/block/dldi_s.S	2007-05-10 21:28:57 UTC (rev 1756)
@@ -161,7 +161,7 @@
 
 	.pool
 	.align
-	.space	1024			@ Allows for 1 physical sector and some more
+	.space	2048			@ EZ DLDI drivers need more than 1 KByte
 _stack_dldi:
 	.space	4			@ for safety
 _buf_dldi:




More information about the dslinux-commit mailing list