Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/include expose label_t for _KMEMUSER
details: https://anonhg.NetBSD.org/src/rev/0edc68048921
branches: trunk
changeset: 813327:0edc68048921
user: christos <christos%NetBSD.org@localhost>
date: Sun Jan 24 16:08:05 2016 +0000
description:
expose label_t for _KMEMUSER
diffstat:
sys/arch/mips/include/types.h | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 9b4a91ee7493 -r 0edc68048921 sys/arch/mips/include/types.h
--- a/sys/arch/mips/include/types.h Sun Jan 24 16:07:48 2016 +0000
+++ b/sys/arch/mips/include/types.h Sun Jan 24 16:08:05 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.62 2016/01/24 16:00:45 christos Exp $ */
+/* $NetBSD: types.h,v 1.63 2016/01/24 16:08:05 christos Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -109,9 +109,7 @@
#define PRIxREGISTER PRIx64
#define PRIxUREGISTER PRIx64
#endif /* __mips_o32 */
-#endif /* _KERNEL || _KMEMUSER*/
-#if defined(_KERNEL)
typedef struct label_t {
register_t val[14];
} label_t;
Home |
Main Index |
Thread Index |
Old Index