Changeset 1065603e in mainline for arch/ia64/src/ia64.c


Ignore:
Timestamp:
2006-03-14T20:09:27Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5f62ef9
Parents:
e4ddfa8
Message:

Fix bug in switch to userspace on ia64: ensure start in bank 1.
Fix bug in tlb_invalidate_all() that cause interrupts to be unconditionally enabled.
Optimize context switching by discarding packed attribute of context structures.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/src/ia64.c

    re4ddfa8 r1065603e  
    7878        psr.ic = true;
    7979        psr.ri = 0;                             /* start with instruction #0 */
     80        psr.bn = 1;                             /* start in bank 0 */
    8081
    8182        __asm__ volatile ("mov %0 = ar.rsc\n" : "=r" (rsc.value));
Note: See TracChangeset for help on using the changeset viewer.