hi, i'm currently using the 5.10 version of jailhouse enabling linux and 
the master branch of jailhouse. when trying to compile jailhouse in the 
linux kernel i get the following error:
error: implicit declaration of
function ‘remove_cpu’ [-Werror=implicit-function-declaration] 
 243 |    err = remove_cpu(cpu); 
     |          ^~~~~~~~~~ 
error: implicit declaration of
function ‘add_cpu’ [-Werror=implicit-function-declaration] 
 272 |   if (!cpu_online(cpu) && add_cpu(cpu) == 0) 
     |                           ^~~~~~~ 
cc1: some warnings being treated as errors

any clue what's the issue?

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jailhouse-dev/5e84c231-838f-433d-b584-5876c477087dn%40googlegroups.com.

Reply via email to