Hi,

> 
> I'm trying to compile latest kernel for cris-v10 architecture and are 
> seeing these warnings:
> 
>    CALL    scripts/checksyscalls.sh
> <stdin>:1245:2: warning: #warning syscall ioprio_set not implemented
> <stdin>:1249:2: warning: #warning syscall ioprio_get not implemented
> ...
> 
> Should these be implemented or can they be ignored?
> 

From kernel's perspective, they are just warnings. But they can cause a lot of 
applications to break down if the applications are using these system calls.

Thanks,

Rajat

Reply via email to