Changeset 591e964e in rtems


Ignore:
Timestamp:
10/07/11 14:29:38 (12 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.11, 5, master
Children:
8f582bc
Parents:
100446d4
Message:

2011-10-07 Ralf Corsépius <ralf.corsepius@…>

  • shared/startup/bspstart.c: Comment out unused vars.
Location:
c/src/lib/libbsp/powerpc
Files:
2 edited

Legend:

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

    r100446d4 r591e964e  
    112011-10-07      Ralf Corsépius <ralf.corsepius@rtems.org>
    22
     3        * shared/startup/bspstart.c: Comment out unused vars.
    34        * shared/console/console.c: Remove stray local decl of "close".
    45
  • c/src/lib/libbsp/powerpc/shared/startup/bspstart.c

    r100446d4 r591e964e  
    144144  uintptr_t intrStackStart;
    145145  uintptr_t intrStackSize;
    146   ppc_cpu_id_t myCpu;
    147   ppc_cpu_revision_t myCpuRevision;
     146/*  ppc_cpu_id_t myCpu; */
     147/*  ppc_cpu_revision_t myCpuRevision; */
    148148  prep_t boardManufacturer;
    149149  motorolaBoard myBoard;
     
    155155   * later...
    156156   */
    157   myCpu         = get_ppc_cpu_type();
    158   myCpuRevision = get_ppc_cpu_revision();
     157  /* myCpu      = */ get_ppc_cpu_type();
     158  /* myCpuRevision = */ get_ppc_cpu_revision();
    159159
    160160  /*
Note: See TracChangeset for help on using the changeset viewer.