summaryrefslogtreecommitdiffstats
path: root/sys/mips/nlm/tick.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips/nlm/tick.c')
-rw-r--r--sys/mips/nlm/tick.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/nlm/tick.c b/sys/mips/nlm/tick.c
index b5a8c36..47c6b34 100644
--- a/sys/mips/nlm/tick.c
+++ b/sys/mips/nlm/tick.c
@@ -318,7 +318,7 @@ clock_probe(device_t dev)
panic("can't attach more clocks");
device_set_desc(dev, "Generic MIPS32 ticker");
- return (0);
+ return (BUS_PROBE_NOWILDCARD);
}
static void
OpenPOWER on IntegriCloud