/* Copyright 2000 Wind River Systems, Inc. modification history -------------------- 01a,02aug00,crg written for SPR 27916 DESCRIPTION This file contains the description for the optional extended exception stubs component for PowerPC processors. Extended exception stubs allow exception and interrupt handlers to reside more than 32 MB away from the exception vector base. This component is valid only for non-PPC403 processors, whose exception vector base address is limited to 0 or 0xfff00000. 403 processors can use excVecBaseSet() to locate the exception vector base where needed. Extended exception stubs should be used only when required by hardware design. Using them will cause a nominal increase in exception and interrupt overhead. */ Component INCLUDE_EXC_EXTENDED_STUBS { NAME extended exception stubs SYNOPSIS extended (32-bit addressing) exception stubs for non-PPC403 PowerPC INIT_RTN { extern BOOL excExtendedStubs; excExtendedStubs = TRUE; } REQUIRES INCLUDE_EXC_HANDLING INIT_BEFORE INCLUDE_EXC_HANDLING _CHILDREN FOLDER_KERNEL _INIT_ORDER usrInit }