Subversion Repositories HelenOS-historic

Rev

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

Rev 823 Rev 1215
Line 24... Line 24...
24
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
 */
27
 */
28
 
28
 
-
 
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
 
29
#ifndef __ppc32_ASID_H__
35
#ifndef __ia32_ASID_H__
30
#define __ppc32_ASID_H__
36
#define __ia32_ASID_H__
31
 
37
 
32
typedef int asid_t;
38
typedef int asid_t;
33
 
39
 
34
#define ASID_MAX_ARCH   3
40
#define ASID_MAX_ARCH       3
35
 
41
 
36
#define asid_get()  (ASID_START+1)
42
#define asid_get()      (ASID_START+1)
37
 
43
 
38
#endif
44
#endif