projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b670c2c
)
npx(4): Silence a warning in the SMP build.
author
Sascha Wildner <saw@online.de>
Fri, 27 Nov 2009 12:16:58 +0000 (13:16 +0100)
committer
Sascha Wildner <saw@online.de>
Fri, 27 Nov 2009 12:16:58 +0000 (13:16 +0100)
sys/platform/pc32/isa/npx.c
patch
|
blob
|
blame
|
history
diff --git
a/sys/platform/pc32/isa/npx.c
b/sys/platform/pc32/isa/npx.c
index
858f7c4
..
5509800
100644
(file)
--- 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 */
}
/*