Ignore:
Timestamp:
08/04/08 20:36:38 (15 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.8
Children:
014d541f
Parents:
b72e847b
Message:

2008-08-04 Joel Sherrill <joel.sherrill@…>

PR 1294/bsps

  • startup/spurious.c: Correct prototype and usage of sparc_disable_interrupts.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/sparc/erc32/startup/spurious.c

    rb72e847b r9f170c9  
    142142void bsp_spurious_initialize()
    143143{
    144   uint32_t         trap;
     144  uint32_t   trap;
    145145  uint32_t   level = 15;
    146146  uint32_t   mask;
    147147
    148   sparc_disable_interrupts(level);
     148  level = sparc_disable_interrupts();
    149149  mask = ERC32_MEC.Interrupt_Mask;
    150150
Note: See TracChangeset for help on using the changeset viewer.