diff options
Diffstat (limited to 'bin/rt_launch.c')
-rw-r--r-- | bin/rt_launch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rt_launch.c b/bin/rt_launch.c index 16d6ed7..97d9df9 100644 --- a/bin/rt_launch.c +++ b/bin/rt_launch.c | |||
@@ -109,7 +109,7 @@ int main(int argc, char** argv) | |||
109 | info.argv = argv + optind + 2; | 109 | info.argv = argv + optind + 2; |
110 | info.wait = wait; | 110 | info.wait = wait; |
111 | if (migrate) { | 111 | if (migrate) { |
112 | ret = be_migrate_to(cpu); | 112 | ret = be_migrate_to_cpu(cpu); |
113 | if (ret < 0) | 113 | if (ret < 0) |
114 | bail_out("could not migrate to target partition"); | 114 | bail_out("could not migrate to target partition"); |
115 | } | 115 | } |