blob: 7f24b2038426ef83488ea12bd97136a01739407d [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
#include <smp/node.h>
int boot_cpu(void)
{
return 1;
}