move_pages: just use calloc
[trinity.git] / syscalls / iopl.c
blobb1ecd9ecba17520a283b2223db65c28882c34117
1 /*
2 long sys_iopl(unsigned int level, struct pt_regs *regs)
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_iopl = {
7 .name = "iopl",
8 .num_args = 2,
9 .arg1name = "level",
10 .arg2name = "regs",
11 .arg2type = ARG_ADDRESS,