Changeset 613bc54 in mainline for arch/ppc32/include/mm/asid.h


Ignore:
Timestamp:
2006-04-22T20:11:23Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c118940
Parents:
c7c0b89b
Message:

ppc32: stub for Page Hash Table support

File:
1 edited

Legend:

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

    rc7c0b89b r613bc54  
    2727 */
    2828
    29 #ifndef __ppc32_ASID_H__
    30 #define __ppc32_ASID_H__
     29/*
     30 * ia32 has no hardware support for address space identifiers.
     31 * This file is provided to do nop-implementation of mm/asid.h
     32 * interface.
     33 */
     34
     35#ifndef __ia32_ASID_H__
     36#define __ia32_ASID_H__
    3137
    3238typedef int asid_t;
    3339
    34 #define ASID_MAX_ARCH   3
     40#define ASID_MAX_ARCH           3
    3541
    36 #define asid_get()      (ASID_START+1)
     42#define asid_get()              (ASID_START+1)
    3743
    3844#endif
Note: See TracChangeset for help on using the changeset viewer.