diff options
| author | macallan <macallan@NetBSD.org> | 2021-06-18 22:52:04 +0000 |
|---|---|---|
| committer | macallan <macallan@NetBSD.org> | 2021-06-18 22:52:04 +0000 |
| commit | 6c4e479ba18b720cbe6c724a928d07ddbec2e34b (patch) | |
| tree | b9771b43ac4a09bc8a67464e34e1dd05d858bc51 /sys/arch/macppc/dev | |
| parent | 3dfef56bf8605e9a05fe646167f2d9790772fd97 (diff) | |
use opt_lmu.h
while there, remove an obsolete comment
Diffstat (limited to 'sys/arch/macppc/dev')
| -rw-r--r-- | sys/arch/macppc/dev/lmu.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/macppc/dev/lmu.c b/sys/arch/macppc/dev/lmu.c index 28a029f9e54..6a04ac49bf5 100644 --- a/sys/arch/macppc/dev/lmu.c +++ b/sys/arch/macppc/dev/lmu.c @@ -1,4 +1,4 @@ -/* $NetBSD: lmu.c,v 1.8 2021/01/27 02:17:28 thorpej Exp $ */ +/* $NetBSD: lmu.c,v 1.9 2021/06/18 22:52:04 macallan Exp $ */ /*- * Copyright (c) 2020 Michael Lorenz @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lmu.c,v 1.8 2021/01/27 02:17:28 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lmu.c,v 1.9 2021/06/18 22:52:04 macallan Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -45,6 +45,7 @@ __KERNEL_RCSID(0, "$NetBSD: lmu.c,v 1.8 2021/01/27 02:17:28 thorpej Exp $"); #include <dev/i2c/i2cvar.h> #include <dev/sysmon/sysmonvar.h> +#include "opt_lmu.h" #ifdef LMU_DEBUG #define DPRINTF printf @@ -208,7 +209,6 @@ lmu_attach(device_t parent, device_t self, void *aux) sysmon_envsys_register(sc->sc_sme); - /* TODO: make this adjustable via sysctl */ sc->sc_thresh = 300; sc->sc_hyst = 30; sc->sc_level = 16; |
