Port-powerpc archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Loading of intr_depth in INTRENTER macro ...



Hello,

The macro INTRENTER in locore.S contains:

        ...
        li      5,_C_LABEL(intr_depth)@ha; \
        lwz     5,_C_LABEL(intr_depth)@l(5);    \
        ...

I suspect that it should be:

        ...
        lis     5,_C_LABEL(intr_depth)@ha;
        ....


                enjoy, Andrew
 ....



Home | Main Index | Thread Index | Old Index