1
0
Fork 0

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

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
hifive-unleashed-5.1
Al Viro 2008-08-25 04:12:10 -04:00 committed by H. Peter Anvin
parent aa7bd94249
commit 887c57d480
9 changed files with 0 additions and 9 deletions

View File

@ -6,7 +6,6 @@
#ifndef __START_H__
#define __START_H__
#include "uml-config.h"
#include "kern_constants.h"
/*

View File

@ -6,7 +6,6 @@
#ifndef __ARCH_UM_MMU_H
#define __ARCH_UM_MMU_H
#include "uml-config.h"
#include "mm_id.h"
#include "ldt.h"

View File

@ -20,7 +20,6 @@
#include "user.h"
#include "sysdep/ptrace.h"
#include "sysdep/stub.h"
#include "uml-config.h"
extern unsigned long batch_syscall_stub, __syscall_stub_start;

View File

@ -6,7 +6,6 @@
#ifndef __SYSDEP_I386_PTRACE_H
#define __SYSDEP_I386_PTRACE_H
#include "uml-config.h"
#include "user_constants.h"
#include "sysdep/faultinfo.h"

View File

@ -12,7 +12,6 @@
#include "as-layout.h"
#include "stub-data.h"
#include "kern_constants.h"
#include "uml-config.h"
extern void stub_segv_handler(int sig);
extern void stub_clone_handler(void);

View File

@ -1,4 +1,3 @@
#include "uml-config.h"
#include "as-layout.h"
.globl syscall_stub

View File

@ -8,7 +8,6 @@
#ifndef __SYSDEP_X86_64_PTRACE_H
#define __SYSDEP_X86_64_PTRACE_H
#include "uml-config.h"
#include "user_constants.h"
#include "sysdep/faultinfo.h"

View File

@ -12,7 +12,6 @@
#include "as-layout.h"
#include "stub-data.h"
#include "kern_constants.h"
#include "uml-config.h"
extern void stub_segv_handler(int sig);
extern void stub_clone_handler(void);

View File

@ -1,4 +1,3 @@
#include "uml-config.h"
#include "as-layout.h"
.globl syscall_stub