move_pages: just use calloc
[trinity.git] / syscalls / bdflush.c
blob00210be6184fa5ca6e78e1e35c20cd376fc7f54a
1 /*
2 * SYSCALL_DEFINE2(bdflush, int, func, long, data)
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_bdflush = {
7 .name = "bdflush",
8 .num_args = 2,
9 .arg1name = "func",
10 .arg2name = "data",
11 .arg2type = ARG_ADDRESS,