diff options
author | Jeff Dike <jdike@addtoit.com> | 2007-05-06 17:51:08 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-07 15:13:01 -0400 |
commit | 4ff83ce1114827f707b7f1f4f2e5f69de9df94ac (patch) | |
tree | c810839d94475729bd235fe1b39c03298b667fb4 /arch/um/kernel/ksyms.c | |
parent | eb8307595baa729a12db0fec9a80910b13bd6fc8 (diff) |
uml: create as-layout.h
This patch moves all the the symbols defined in um_arch.c, which are mostly
boundaries between different parts of the UML kernel address space, to a new
header, as-layout.h. There are also a few things here which aren't really
related to address space layout, but which don't really have a better place to
go.
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/um/kernel/ksyms.c')
-rw-r--r-- | arch/um/kernel/ksyms.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/kernel/ksyms.c b/arch/um/kernel/ksyms.c index 0e00cf93f900..288b4ee2041a 100644 --- a/arch/um/kernel/ksyms.c +++ b/arch/um/kernel/ksyms.c | |||
@@ -16,6 +16,7 @@ | |||
16 | #include "asm/page.h" | 16 | #include "asm/page.h" |
17 | #include "asm/tlbflush.h" | 17 | #include "asm/tlbflush.h" |
18 | #include "kern_util.h" | 18 | #include "kern_util.h" |
19 | #include "as-layout.h" | ||
19 | #include "user_util.h" | 20 | #include "user_util.h" |
20 | #include "mem_user.h" | 21 | #include "mem_user.h" |
21 | #include "os.h" | 22 | #include "os.h" |