patch-pre2.0.7 linux/arch/m68k/amiga/chipram.c

Next file: linux/arch/m68k/amiga/config.c
Previous file: linux/arch/m68k/amiga/amisound.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file pre2.0.6/linux/arch/m68k/amiga/chipram.c linux/arch/m68k/amiga/chipram.c
@@ -34,13 +34,9 @@
 
   /* initialize start boundary */
 
-  custom.color[0] = 0xfff;
-
   dp = DP(chipaddr);
   dp->first = 1;
 
-  custom.color[0] = 0x0f00;
-
   dp->alloced = 0;
   dp->length = chipsize - 2*sizeof(*dp);
 
@@ -48,12 +44,8 @@
   dp = DP(chipaddr + chipsize) - 1;
   dp->last = 1;
   
-  custom.color[0] = 0x00f0;
-
   dp->alloced = 0;
   dp->length = chipsize - 2*sizeof(*dp);
-
-  custom.color[0] = 0x000f;
 
 #ifdef DEBUG
   printk ("chipram end boundary is %p, length is %d\n", dp,

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this