patch-2.3.41 linux/drivers/block/z2ram.c
Next file: linux/drivers/cdrom/Config.in
Previous file: linux/drivers/block/trm290.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Jan 26 12:45:20 2000
- Orig file:
v2.3.40/linux/drivers/block/z2ram.c
- Orig date:
Tue Jan 11 22:31:39 2000
diff -u --recursive --new-file v2.3.40/linux/drivers/block/z2ram.c linux/drivers/block/z2ram.c
@@ -144,7 +144,7 @@
{
chip_count++;
z2ram_map[ z2ram_size ] =
- (u_long)amiga_chip_alloc( Z2RAM_CHUNKSIZE );
+ (u_long)amiga_chip_alloc( Z2RAM_CHUNKSIZE, "z2ram" );
if ( z2ram_map[ z2ram_size ] == 0 )
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)