Changeset 7e4e532 in mainline for arch/ppc32/include/mm/asid.h


Ignore:
Timestamp:
2006-02-08T23:37:38Z (19 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/ppc32/include/mm/asid.h

    rbb68433 r7e4e532  
    3232typedef int asid_t;
    3333
    34 #define ASID_MAX_ARCH   0
     34#define ASID_MAX_ARCH   3
    3535
    36 #define asid_install(as)
     36#define asid_get()      (ASID_START+1)
    3737
    3838#endif
Note: See TracChangeset for help on using the changeset viewer.