KEYS: Add missing linux/tracehook.h #inclusions

Add #inclusions of linux/tracehook.h to those arch files that had the tracehook
call for TIF_NOTIFY_RESUME added when support for that flag was added to that
arch.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: James Morris <jmorris@namei.org>
此提交包含在:
David Howells
2009-09-09 08:30:21 +01:00
提交者 James Morris
父節點 be1d6a5f55
當前提交 733e5e4b4e
共有 8 個檔案被更改,包括 8 行新增0 行删除

查看文件

@@ -12,6 +12,7 @@
#include <linux/personality.h>
#include <linux/freezer.h>
#include <linux/uaccess.h>
#include <linux/tracehook.h>
#include <asm/elf.h>
#include <asm/cacheflush.h>