Changeset 448743f in mainline


Ignore:
Timestamp:
2006-04-05T11:06:16Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a9ef68b
Parents:
c47912f
Message:

ppc32: mark four first frames as unavailable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/src/mm/frame.c

    rc47912f r448743f  
    5757        }
    5858
    59         /* First is exception vector, second is 'implementation specific' */
    60         frame_mark_unavailable(0, 2);
     59        /* First is exception vector, second is 'implementation specific', third and fourth is reserved */
     60        frame_mark_unavailable(0, 4);
    6161       
    6262        /* Merge all zones to 1 big zone */
Note: See TracChangeset for help on using the changeset viewer.