Changeset 97b64c9 in mainline for generic/src/mm/tlb.c


Ignore:
Timestamp:
2006-03-15T12:29:52Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f8973c00
Parents:
8965838e
Message:

Fix bug in ia32 interrupt handlers.
Handlers for interrupts greater than 31 wrapped the shift around and thus failed to correctly identify
the need to emulate error word.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/mm/tlb.c

    r8965838e r97b64c9  
    133133        int i;
    134134       
     135        ASSERT(CPU);
     136       
    135137        CPU->tlb_active = 0;
    136138        spinlock_lock(&tlblock);
Note: See TracChangeset for help on using the changeset viewer.