aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/include
diff options
context:
space:
mode:
authorJeff Dike <jdike@addtoit.com>2007-10-16 04:26:47 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-16 12:43:05 -0400
commit6d536e4b59f77c34a0e5a414dfa934db373c85c2 (patch)
tree5df1165c69ace49c6158073e1e3edf22597829f7 /arch/um/include
parent42daba316557e597a90a730f61c762602b7f0e0c (diff)
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')
-rw-r--r--arch/um/include/skas/mode_kern_skas.h3
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 8ee6285dfacc..c29485109a9a 100644
--- a/arch/um/include/skas/mode_kern_skas.h
+++ b/arch/um/include/skas/mode_kern_skas.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2002 Jeff Dike (jdike@karaya.com) 2 * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{linux.intel,addtoit}.com)
3 * Licensed under the GPL 3 * Licensed under the GPL
4 */ 4 */
5 5
@@ -9,6 +9,7 @@
9#include "linux/sched.h" 9#include "linux/sched.h"
10#include "asm/page.h" 10#include "asm/page.h"
11#include "asm/ptrace.h" 11#include "asm/ptrace.h"
12#include "mem_user.h"
12 13
13extern void flush_thread_skas(void); 14extern void flush_thread_skas(void);
14extern void switch_to_skas(void *prev, void *next); 15extern void switch_to_skas(void *prev, void *next);