Changeset b4a0a8d in rtems


Ignore:
Timestamp:
01/20/05 19:37:52 (18 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
c6bc9d8
Parents:
3e528b7
Message:

2005-01-20 Joel Sherrill <joel@…>

  • include/commproc.h: The variable cpmp was not used anywhere but console.c and was static in console.c, so should not have been in this file as extern.
Location:
c/src/lib/libbsp/powerpc/mbx8xx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog

    r3e528b7 rb4a0a8d  
     12005-01-20      Joel Sherrill <joel@OARcorp.com>
     2
     3        * include/commproc.h: The variable cpmp was not used anywhere but
     4        console.c and was static in console.c, so should not have been in
     5        this file as extern.
     6
    172005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
    28
  • c/src/lib/libbsp/powerpc/mbx8xx/include/commproc.h

    r3e528b7 rb4a0a8d  
    6262 * and dual port ram.
    6363 */
    64 extern  cpm8xx_t        *cpmp;          /* Pointer to comm processor */
    6564unsigned int            m8xx_cpm_dpalloc(unsigned int size);
    6665unsigned int            m8xx_cpm_hostalloc(unsigned int size);
Note: See TracChangeset for help on using the changeset viewer.