mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
x86, um: now we can get rid of trivial uml headers
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
@@ -66,6 +66,8 @@ include $(srctree)/$(ARCH_DIR)/Makefile-$(SUBARCH)
|
||||
#This will adjust *FLAGS accordingly to the platform.
|
||||
include $(srctree)/$(ARCH_DIR)/Makefile-os-$(OS)
|
||||
|
||||
KBUILD_CPPFLAGS += -I$(srctree)/arch/$(HEADER_ARCH)/include
|
||||
|
||||
# -Derrno=kernel_errno - This turns all kernel references to errno into
|
||||
# kernel_errno to separate them from the libc errno. This allows -fno-common
|
||||
# in KBUILD_CFLAGS. Otherwise, it would cause ld to complain about the two different
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
|
||||
* Licensed under the GPL
|
||||
*/
|
||||
|
||||
#ifndef __UM_A_OUT_H
|
||||
#define __UM_A_OUT_H
|
||||
|
||||
#include "asm/arch/a.out.h"
|
||||
|
||||
#endif
|
||||
@@ -1,6 +0,0 @@
|
||||
#ifndef __UM_ALTERNATIVE_ASM_I
|
||||
#define __UM_ALTERNATIVE_ASM_I
|
||||
|
||||
#include "asm/arch/alternative-asm.h"
|
||||
|
||||
#endif
|
||||
@@ -1,6 +0,0 @@
|
||||
#ifndef __UM_ALTERNATIVE_H
|
||||
#define __UM_ALTERNATIVE_H
|
||||
|
||||
#include "asm/arch/alternative.h"
|
||||
|
||||
#endif
|
||||
@@ -1,6 +0,0 @@
|
||||
#ifndef __UM_ASM_H
|
||||
#define __UM_ASM_H
|
||||
|
||||
#include "asm/arch/asm.h"
|
||||
|
||||
#endif
|
||||
@@ -1,10 +0,0 @@
|
||||
#ifndef __UM_BITOPS_H
|
||||
#define __UM_BITOPS_H
|
||||
|
||||
#ifndef _LINUX_BITOPS_H
|
||||
#error only <linux/bitops.h> can be included directly
|
||||
#endif
|
||||
|
||||
#include "asm/arch/bitops.h"
|
||||
|
||||
#endif
|
||||
@@ -1,6 +0,0 @@
|
||||
#ifndef __UM_BOOT_H
|
||||
#define __UM_BOOT_H
|
||||
|
||||
#include "asm/arch/boot.h"
|
||||
|
||||
#endif
|
||||
@@ -1,6 +0,0 @@
|
||||
#ifndef __UM_BUG_H
|
||||
#define __UM_BUG_H
|
||||
|
||||
#include <asm-generic/bug.h>
|
||||
|
||||
#endif
|
||||
@@ -1,6 +0,0 @@
|
||||
#ifndef __UM_BYTEORDER_H
|
||||
#define __UM_BYTEORDER_H
|
||||
|
||||
#include "asm/arch/byteorder.h"
|
||||
|
||||
#endif
|
||||
@@ -1,6 +0,0 @@
|
||||
#ifndef __UM_CACHEFLUSH_H
|
||||
#define __UM_CACHEFLUSH_H
|
||||
|
||||
#include "asm/arch/cacheflush.h"
|
||||
|
||||
#endif
|
||||
@@ -1,9 +0,0 @@
|
||||
# Copyright 2003 - 2004 Pathscale, Inc
|
||||
# Released under the GPL
|
||||
|
||||
#ifndef __UM_CALLING_H /* XXX x86_64 */
|
||||
#define __UM_CALLING_H
|
||||
|
||||
#include "asm/arch/calling.h"
|
||||
|
||||
#endif
|
||||
@@ -1,6 +0,0 @@
|
||||
#ifndef __UM_CMPXCHG_H
|
||||
#define __UM_CMPXCHG_H
|
||||
|
||||
#include "asm/arch/cmpxchg.h"
|
||||
|
||||
#endif
|
||||
@@ -1,6 +0,0 @@
|
||||
#ifndef __UM_COBALT_H
|
||||
#define __UM_COBALT_H
|
||||
|
||||
#include "asm/arch/cobalt.h"
|
||||
|
||||
#endif
|
||||
@@ -1,6 +0,0 @@
|
||||
#ifndef __UM_CPUFEATURE_H
|
||||
#define __UM_CPUFEATURE_H
|
||||
|
||||
#include "asm/arch/cpufeature.h"
|
||||
|
||||
#endif
|
||||
@@ -1,6 +0,0 @@
|
||||
#ifndef _UM_DIV64_H
|
||||
#define _UM_DIV64_H
|
||||
|
||||
#include "asm/arch/div64.h"
|
||||
|
||||
#endif
|
||||
@@ -1,11 +0,0 @@
|
||||
/* Copyright 2003 - 2004 Pathscale, Inc
|
||||
* Released under the GPL
|
||||
*/
|
||||
|
||||
/* Needed on x86_64 by thunk.S */
|
||||
#ifndef __UM_DWARF2_H
|
||||
#define __UM_DWARF2_H
|
||||
|
||||
#include "asm/arch/dwarf2.h"
|
||||
|
||||
#endif
|
||||
@@ -1,6 +0,0 @@
|
||||
#ifndef __UM_ERRNO_H
|
||||
#define __UM_ERRNO_H
|
||||
|
||||
#include "asm/arch/errno.h"
|
||||
|
||||
#endif
|
||||
@@ -1,6 +0,0 @@
|
||||
#ifndef __UM_FCNTL_H
|
||||
#define __UM_FCNTL_H
|
||||
|
||||
#include "asm/arch/fcntl.h"
|
||||
|
||||
#endif
|
||||
@@ -1,6 +0,0 @@
|
||||
#ifndef __UM_FLOPPY_H
|
||||
#define __UM_FLOPPY_H
|
||||
|
||||
#include "asm/arch/floppy.h"
|
||||
|
||||
#endif
|
||||
@@ -1,6 +0,0 @@
|
||||
#ifndef __UM_FRAME_I
|
||||
#define __UM_FRAME_I
|
||||
|
||||
#include "asm/arch/frame.h"
|
||||
|
||||
#endif
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user