Ignore:
Timestamp:
04/01/99 15:51:14 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5eb7da97
Parents:
414e1b3
Message:

Removed warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/powerpc/mpc860/console-generic/console-generic.c

    r414e1b3 r656dabf  
    836836        if (rxBufList[minor]->next) {
    837837          tmp_buf=rxBufList[minor]->next;
    838           free (rxBufList[minor]->buf);
    839           free (rxBufList[minor]);
     838          free ((void *) rxBufList[minor]->buf);
     839          free ((void *) rxBufList[minor]);
    840840          rxBufList[minor]=tmp_buf;
    841841        }
     
    883883   *   Put this comment in each module that sets these 2 registers
    884884   */
    885 /*  m860.cicr = 0x00e43e80;   /* SCaP=SCC1, SCbP=SCC2, SCcP=SCC3,
     885#if 0
     886    m860.cicr = 0x00e43e80;   /* SCaP=SCC1, SCbP=SCC2, SCcP=SCC3,
    886887                               SCdP=SCC4, IRL=1, HP=SCC1, IEN=1 */
    887 /*  m860.simask |= M860_SIMASK_LVM1;  */
     888    m860.simask |= M860_SIMASK_LVM1;
     889#endif
    888890
    889891  rw_args = (rtems_libio_rw_args_t *) arg;
Note: See TracChangeset for help on using the changeset viewer.