Changeset 233af8c5 in mainline for kernel/genarch/src/ofw/fhc.c


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

Rename INO to INR, for the sake of consistency with manuals.

File:
1 edited

Legend:

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

    r0b414b5 r233af8c5  
    110110}
    111111
    112 bool ofw_fhc_map_interrupts(ofw_tree_node_t *node, ofw_fhc_reg_t *reg, uint32_t interrupt, int *ino)
     112bool ofw_fhc_map_interrupts(ofw_tree_node_t *node, ofw_fhc_reg_t *reg, uint32_t interrupt, int *inr)
    113113{
    114114        fhc_t *fhc = NULL;
     
    126126        fhc_enable_interrupt(fhc, interrupt);
    127127       
    128         *ino = interrupt;
     128        *inr = interrupt;
    129129        return true;
    130130}
Note: See TracChangeset for help on using the changeset viewer.