diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-02-20 17:13:36 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-20 17:13:36 -0500 |
commit | f8eeb2e6be367d79be3617f0a12646bced8b2fe6 (patch) | |
tree | 38058528ff836bd2352c42d27ba3f97c0599ab94 /arch/x86 | |
parent | cd1b68f08f6328737928e5b8ba8ef80394680ff0 (diff) |
x86, mm: fault.c, update copyrights
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/mm/fault.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/mm/fault.c b/arch/x86/mm/fault.c index 413e835e4a80..9bb07d331c3b 100644 --- a/arch/x86/mm/fault.c +++ b/arch/x86/mm/fault.c | |||
@@ -1,6 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 1995 Linus Torvalds | 2 | * Copyright (C) 1995 Linus Torvalds |
3 | * Copyright (C) 2001, 2002 Andi Kleen, SuSE Labs. | 3 | * Copyright (C) 2001, 2002 Andi Kleen, SuSE Labs. |
4 | * Copyright (C) 2008-2009, Red Hat Inc., Ingo Molnar | ||
4 | */ | 5 | */ |
5 | #include <linux/interrupt.h> | 6 | #include <linux/interrupt.h> |
6 | #include <linux/mmiotrace.h> | 7 | #include <linux/mmiotrace.h> |