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/377e059d3cb5
branches:  trunk
changeset: 343185:377e059d3cb5
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 b33ed76e4a1e -r 377e059d3cb5 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