Changeset a725deb in mainline
- Timestamp:
- 2005-11-07T15:20:25Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2a40908
- Parents:
- 83817ea
- Location:
- arch/ia64
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/include/context.h
r83817ea ra725deb 41 41 * One item is put onto the stack to support get_stack_base(). 42 42 */ 43 #define SP_DELTA (0+ STACK_ITEM_SIZE)43 #define SP_DELTA (0+ALIGN(STACK_ITEM_SIZE, STACK_ALIGNMENT)) 44 44 45 45 #define PFM_MASK (~0x3fffffffff) -
arch/ia64/include/drivers/it.h
r83817ea ra725deb 36 36 * 37 37 */ 38 #define IT_DELTA 1000 38 #define IT_DELTA 100000 39 39 40 40 extern void it_init(void); -
arch/ia64/src/interrupt.c
r83817ea ra725deb 45 45 srlz_d(); 46 46 47 /* printf("Interrupr\n");48 */49 47 switch(ivr.vector) { 50 48 case INTERRUPT_TIMER: -
arch/ia64/src/ivt.S
r83817ea ra725deb 264 264 cover /*Allocate zerro size frame (Step 1(from Intel Docs))*/ 265 265 266 add r31 = STACK_SCRATCH_AREA_SIZE, r12 ;;266 add r31 = STACK_SCRATCH_AREA_SIZE, r12 267 267 268 268 mov r28 = ar.bspstore /*Calculate loadrs (step 2)*/
Note:
See TracChangeset
for help on using the changeset viewer.