Changeset 33b1903 in mainline for kernel/genarch/src/ofw/fhc.c


Ignore:
Timestamp:
2006-10-07T11:24:19Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8d4a577
Parents:
e2cc9a0
Message:

Separate mapping of EBUS interrupts into two parts: EBUS and PCI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/src/ofw/fhc.c

    re2cc9a0 r33b1903  
    110110}
    111111
    112 bool ofw_fhc_map_interrupts(ofw_tree_node_t *node, ofw_fhc_reg_t *reg, uint32_t interrupt, int *inr)
     112bool ofw_fhc_map_interrupt(ofw_tree_node_t *node, ofw_fhc_reg_t *reg, uint32_t interrupt, int *inr)
    113113{
    114114        fhc_t *fhc = NULL;
Note: See TracChangeset for help on using the changeset viewer.