Subversion Repositories HelenOS

Rev

Rev 1809 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1809 Rev 1888
Line 37... Line 37...
37
 * xen32 has no hardware support for address space identifiers.
37
 * xen32 has no hardware support for address space identifiers.
38
 * This file is provided to do nop-implementation of mm/asid.h
38
 * This file is provided to do nop-implementation of mm/asid.h
39
 * interface.
39
 * interface.
40
 */
40
 */
41
 
41
 
42
#ifndef __xen32_ASID_H__
42
#ifndef KERN_xen32_ASID_H_
43
#define __xen32_ASID_H__
43
#define KERN_xen32_ASID_H_
44
 
44
 
45
typedef int asid_t;
45
typedef int asid_t;
46
 
46
 
47
#define ASID_MAX_ARCH       3
47
#define ASID_MAX_ARCH       3
48
 
48