Module Name: src
Committed By: matt
Date: Tue Jul 2 05:57:00 UTC 2013
Modified Files:
src/sys/arch/arm/include: types.h
Log Message:
Add a tlb_asid_t.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/arm/include/types.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/arm/include/types.h
diff -u src/sys/arch/arm/include/types.h:1.24 src/sys/arch/arm/include/types.h:1.25
--- src/sys/arch/arm/include/types.h:1.24 Tue May 7 23:01:55 2013
+++ src/sys/arch/arm/include/types.h Tue Jul 2 05:57:00 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.24 2013/05/07 23:01:55 matt Exp $ */
+/* $NetBSD: types.h,v 1.25 2013/07/02 05:57:00 matt Exp $ */
/*
* Copyright (c) 1990 The Regents of the University of California.
@@ -67,6 +67,7 @@ typedef int register_t, register32_t;
typedef unsigned long pmc_evid_t;
#define PMC_INVALID_EVID (-1)
typedef unsigned long pmc_ctr_t;
+typedef unsigned short tlb_asid_t;
/*
* This should have always been an 8-bit type, but since it's been exposed