Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/include Add a tlb_asid_t.
details: https://anonhg.NetBSD.org/src/rev/e954da16037b
branches: trunk
changeset: 787765:e954da16037b
user: matt <matt%NetBSD.org@localhost>
date: Tue Jul 02 05:57:00 2013 +0000
description:
Add a tlb_asid_t.
diffstat:
sys/arch/arm/include/types.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 2b5047f62424 -r e954da16037b sys/arch/arm/include/types.h
--- a/sys/arch/arm/include/types.h Tue Jul 02 05:55:47 2013 +0000
+++ b/sys/arch/arm/include/types.h Tue Jul 02 05:57:00 2013 +0000
@@ -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 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
Home |
Main Index |
Thread Index |
Old Index