Changeset 7e4e532 in mainline for arch/ia32/include


Ignore:
Timestamp:
2006-02-08T23:37:38Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
874878a
Parents:
bb68433
Message:

Reimplement ASID stealing logic.
This time, hopefully, with correct synchronization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/include/mm/asid.h

    rbb68433 r7e4e532  
    3838typedef int asid_t;
    3939
    40 #define ASID_MAX_ARCH           0
     40#define ASID_MAX_ARCH           3
    4141
    42 #define asid_install(as)
     42#define asid_get()              (ASID_START+1)
    4343
    4444#endif
Note: See TracChangeset for help on using the changeset viewer.