Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sh3/include _LKM -> _MODULE



details:   https://anonhg.NetBSD.org/src/rev/2152c1594ff0
branches:  trunk
changeset: 936506:2152c1594ff0
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Jul 28 01:40:43 2020 +0000

description:
_LKM -> _MODULE

diffstat:

 sys/arch/sh3/include/cputypes.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 599ae2683ee1 -r 2152c1594ff0 sys/arch/sh3/include/cputypes.h
--- a/sys/arch/sh3/include/cputypes.h   Tue Jul 28 00:48:00 2020 +0000
+++ b/sys/arch/sh3/include/cputypes.h   Tue Jul 28 01:40:43 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cputypes.h,v 1.13 2020/07/25 22:59:55 uwe Exp $        */
+/*     $NetBSD: cputypes.h,v 1.14 2020/07/28 01:40:43 skrll Exp $      */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -33,8 +33,8 @@
 
 #if defined(_KERNEL_OPT)
 #include "opt_cputype.h"
-#elif defined(_LKM)
-/* If building an LKM, include both SH3 and SH4 support. */
+#elif defined(_MODULE)
+/* If building a module, include both SH3 and SH4 support. */
 #define        SH3
 #define        SH4
 #endif



Home | Main Index | Thread Index | Old Index