From c6fc1b9297df24b20eb1e0af1342234dc6f87ac4 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Fri, 27 Nov 2009 13:16:58 +0100 Subject: [PATCH] npx(4): Silence a warning in the SMP build. --- sys/platform/pc32/isa/npx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/platform/pc32/isa/npx.c b/sys/platform/pc32/isa/npx.c index 858f7c493c..5509800670 100644 --- a/sys/platform/pc32/isa/npx.c +++ b/sys/platform/pc32/isa/npx.c @@ -406,13 +406,13 @@ npx_probe1(device_t dev) */ } } +#endif /* SMP */ /* * Probe failed, but we want to get to npxattach to initialize the * emulator and say that it has been installed. XXX handle devices * that aren't really devices better. */ return (0); -#endif /* SMP */ } /* -- 2.41.0