Rev 1215 | Rev 1398 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1215 | Rev 1388 | ||
|---|---|---|---|
| Line 30... | Line 30... | ||
| 30 | * ia32 has no hardware support for address space identifiers. |
30 | * ia32 has no hardware support for address space identifiers. |
| 31 | * This file is provided to do nop-implementation of mm/asid.h |
31 | * This file is provided to do nop-implementation of mm/asid.h |
| 32 | * interface. |
32 | * interface. |
| 33 | */ |
33 | */ |
| 34 | 34 | ||
| 35 | #ifndef __ia32_ASID_H__ |
35 | #ifndef __ppc32_ASID_H__ |
| 36 | #define __ia32_ASID_H__ |
36 | #define __ppc32_ASID_H__ |
| 37 | 37 | ||
| 38 | typedef int asid_t; |
38 | typedef int asid_t; |
| 39 | 39 | ||
| 40 | #define ASID_MAX_ARCH 3 |
40 | #define ASID_MAX_ARCH 3 |
| 41 | 41 | ||