diff options
author | Andrew Turner <andrew@FreeBSD.org> | 2016-02-26 15:54:34 +0000 |
---|---|---|
committer | Andrew Turner <andrew@FreeBSD.org> | 2016-02-26 15:54:34 +0000 |
commit | 3210b875541fc39fca5b4ffa700cd70d99ad0c31 (patch) | |
tree | c66664c430ecdf3ef5dd8e284d0edbb76b55aee5 /sys/arm/xilinx | |
parent | 8265d9164662b2142c1a25c6f222d8760f4aeb94 (diff) |
Notes
Diffstat (limited to 'sys/arm/xilinx')
-rw-r--r-- | sys/arm/xilinx/zy7_mp.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/arm/xilinx/zy7_mp.c b/sys/arm/xilinx/zy7_mp.c index 44657d61614c..2ef7d66f7780 100644 --- a/sys/arm/xilinx/zy7_mp.c +++ b/sys/arm/xilinx/zy7_mp.c @@ -61,13 +61,6 @@ platform_mp_setmaxid(void) mp_ncpus = 2; } -int -platform_mp_probe(void) -{ - - return (1); -} - void platform_mp_start_ap(void) { |