Changeset bde2237 in rtems for c/src/lib/libbsp/sparc

Timestamp:
11/10/11 12:57:29 (12 years ago)
Author:
Helder Silva <silvah15@…>
Branches:
4.11, 5, master
Children:
07f4edc1
Parents:
ce8363d3
git-author:
Helder Silva <silvah15@…> (11/10/11 12:57:29)
git-committer:
Gedare Bloom <gedare@…> (12/11/13 16:26:04)
Message:

PR1960: ERC32_Is_interrupt_masked for ERC32 in erc32.h

The function-like macro ERC32_Is_interrupt_masked defined as:

(ERC32_MEC.Interrupt_Masked & (1 << (_source)))

The ERC32_MEC is of type ERC32_Register_Map structure and Interrupt_Masked does
not exist in structure, instead Interrupt_Mask exists.
Update the macro accordingly.

(No files)

Note: See TracChangeset for help on using the changeset viewer.