mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-25 05:04:09 +08:00
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>
This commit is contained in:
parent
aa7bd94249
commit
887c57d480
@ -6,7 +6,6 @@
|
||||
#ifndef __START_H__
|
||||
#define __START_H__
|
||||
|
||||
#include "uml-config.h"
|
||||
#include "kern_constants.h"
|
||||
|
||||
/*
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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);
|
||||
|
@ -1,4 +1,3 @@
|
||||
#include "uml-config.h"
|
||||
#include "as-layout.h"
|
||||
|
||||
.globl syscall_stub
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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);
|
||||
|
@ -1,4 +1,3 @@
|
||||
#include "uml-config.h"
|
||||
#include "as-layout.h"
|
||||
|
||||
.globl syscall_stub
|
||||
|
Loading…
Reference in New Issue
Block a user