diff options
author | Jeff Dike <jdike@addtoit.com> | 2007-10-16 08:26:47 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-16 16:43:05 (GMT) |
commit | 6d536e4b59f77c34a0e5a414dfa934db373c85c2 (patch) | |
tree | 5df1165c69ace49c6158073e1e3edf22597829f7 /arch/um/include/skas | |
parent | 42daba316557e597a90a730f61c762602b7f0e0c (diff) | |
download | linux-6d536e4b59f77c34a0e5a414dfa934db373c85c2.tar.xz |
uml: physmem code tidying
Tidying of the UML physical memory system. These are mostly style fixes,
however the includes were cleaned as well. This uncovered a need for
mem_user.h to be included in mode_kern_skas.h.
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/um/include/skas')
-rw-r--r-- | arch/um/include/skas/mode_kern_skas.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/um/include/skas/mode_kern_skas.h b/arch/um/include/skas/mode_kern_skas.h index 8ee6285..c294851 100644 --- a/arch/um/include/skas/mode_kern_skas.h +++ b/arch/um/include/skas/mode_kern_skas.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 Jeff Dike (jdike@karaya.com) + * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{linux.intel,addtoit}.com) * Licensed under the GPL */ @@ -9,6 +9,7 @@ #include "linux/sched.h" #include "asm/page.h" #include "asm/ptrace.h" +#include "mem_user.h" extern void flush_thread_skas(void); extern void switch_to_skas(void *prev, void *next); |