Commit 887c57d4 authored by Al Viro's avatar Al Viro Committed by H. Peter Anvin

x86, um: get rid of excessive includes of uml-config.h

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
parent aa7bd942
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
#ifndef __START_H__ #ifndef __START_H__
#define __START_H__ #define __START_H__
#include "uml-config.h"
#include "kern_constants.h" #include "kern_constants.h"
/* /*
......
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
#ifndef __ARCH_UM_MMU_H #ifndef __ARCH_UM_MMU_H
#define __ARCH_UM_MMU_H #define __ARCH_UM_MMU_H
#include "uml-config.h"
#include "mm_id.h" #include "mm_id.h"
#include "ldt.h" #include "ldt.h"
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#include "user.h" #include "user.h"
#include "sysdep/ptrace.h" #include "sysdep/ptrace.h"
#include "sysdep/stub.h" #include "sysdep/stub.h"
#include "uml-config.h"
extern unsigned long batch_syscall_stub, __syscall_stub_start; extern unsigned long batch_syscall_stub, __syscall_stub_start;
......
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
#ifndef __SYSDEP_I386_PTRACE_H #ifndef __SYSDEP_I386_PTRACE_H
#define __SYSDEP_I386_PTRACE_H #define __SYSDEP_I386_PTRACE_H
#include "uml-config.h"
#include "user_constants.h" #include "user_constants.h"
#include "sysdep/faultinfo.h" #include "sysdep/faultinfo.h"
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
#include "as-layout.h" #include "as-layout.h"
#include "stub-data.h" #include "stub-data.h"
#include "kern_constants.h" #include "kern_constants.h"
#include "uml-config.h"
extern void stub_segv_handler(int sig); extern void stub_segv_handler(int sig);
extern void stub_clone_handler(void); extern void stub_clone_handler(void);
......
#include "uml-config.h"
#include "as-layout.h" #include "as-layout.h"
.globl syscall_stub .globl syscall_stub
......
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
#ifndef __SYSDEP_X86_64_PTRACE_H #ifndef __SYSDEP_X86_64_PTRACE_H
#define __SYSDEP_X86_64_PTRACE_H #define __SYSDEP_X86_64_PTRACE_H
#include "uml-config.h"
#include "user_constants.h" #include "user_constants.h"
#include "sysdep/faultinfo.h" #include "sysdep/faultinfo.h"
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
#include "as-layout.h" #include "as-layout.h"
#include "stub-data.h" #include "stub-data.h"
#include "kern_constants.h" #include "kern_constants.h"
#include "uml-config.h"
extern void stub_segv_handler(int sig); extern void stub_segv_handler(int sig);
extern void stub_clone_handler(void); extern void stub_clone_handler(void);
......
#include "uml-config.h"
#include "as-layout.h" #include "as-layout.h"
.globl syscall_stub .globl syscall_stub
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment