]> Pileus Git - ~andy/linux/blobdiff - kernel/taskstats.c
[MIPS] SEAD defconfig build fix
[~andy/linux] / kernel / taskstats.c
index e781876573304e5350ec8c209760d4ebdc4fd266..2ed4040d0dc56423fa73ec0105c226357528f18e 100644 (file)
@@ -75,7 +75,7 @@ static int prepare_reply(struct genl_info *info, u8 cmd, struct sk_buff **skbp,
        /*
         * If new attributes are added, please revisit this allocation
         */
-       skb = nlmsg_new(size);
+       skb = nlmsg_new(size, GFP_KERNEL);
        if (!skb)
                return -ENOMEM;