diff options
| author | Jeff Dike <jdike@addtoit.com> | 2008-02-05 01:30:47 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-05 12:44:26 -0500 |
| commit | d83ecf083a2163705f5ebcede4637a955eb7b964 (patch) | |
| tree | 3ab72f51a15b8accbe50cbc3dc953f98b5365120 /arch | |
| parent | edea138584d7586a3b93b6d5ab5ec021d18e11e9 (diff) | |
uml: tidy pgtable.h
Large pieces of include/asm/pgtable.h were unused cruft.
This uncovered arch/um/kernel/trap.c needing skas.h in order to get
ptrace_faultinfo.
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/um/kernel/trap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/kernel/trap.c b/arch/um/kernel/trap.c index ff405a446d15..8fd1a797c3eb 100644 --- a/arch/um/kernel/trap.c +++ b/arch/um/kernel/trap.c | |||
| @@ -13,6 +13,7 @@ | |||
| 13 | #include "as-layout.h" | 13 | #include "as-layout.h" |
| 14 | #include "kern_util.h" | 14 | #include "kern_util.h" |
| 15 | #include "os.h" | 15 | #include "os.h" |
| 16 | #include "skas.h" | ||
| 16 | #include "sysdep/sigcontext.h" | 17 | #include "sysdep/sigcontext.h" |
| 17 | 18 | ||
| 18 | /* | 19 | /* |
