move_pages: just use calloc
[trinity.git] / syscalls / rtas.c
blob8817449a710876ae88ce296217b5addec8450511
1 /*
2 * int ppc_rtas(struct rtas_args __user *uargs)
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_rtas = {
7 .name = "rtas",
8 .num_args = 1,
9 .arg1name = "uargs",
10 .arg1type = ARG_ADDRESS,