Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117426
b: refs/heads/master
c: efb21cc
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and H. Peter Anvin committed Oct 23, 2008
1 parent 5a7a154 commit 5cda285
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5077c2a9cd43e8db71f8257e745e1d27e7b79d3f
refs/heads/master: efb21cc2384e385c4873ac6e7b23f16659469ea9
2 changes: 1 addition & 1 deletion trunk/arch/um/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ core-y += $(ARCH_DIR)/kernel/ \

# Have to precede the include because the included Makefiles reference them.
SYMLINK_HEADERS := archparam.h system.h processor.h ptrace.h \
module.h vm-flags.h elf.h host_ldt.h
module.h vm-flags.h elf.h
SYMLINK_HEADERS := $(foreach header,$(SYMLINK_HEADERS),$(ARCH_DIR)/include/asm/$(header))

# XXX: The "os" symlink is only used by arch/um/include/os.h, which includes
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/um/include/asm/processor-i386.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define __UM_PROCESSOR_I386_H

#include "linux/string.h"
#include "asm/host_ldt.h"
#include <sysdep/host_ldt.h>
#include "asm/segment.h"

extern int host_has_cmov;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/um/include/asm/ptrace-x86_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#include "linux/compiler.h"
#include "asm/errno.h"
#include "asm/host_ldt.h"
#include <sysdep/host_ldt.h>

#define __FRAME_OFFSETS /* Needed to get the R* macros */
#include "asm/ptrace-generic.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define __ASM_LDT_H

#include <linux/mutex.h>
#include "asm/host_ldt.h"
#include <sysdep/host_ldt.h>

extern void ldt_host_info(void);

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef __ASM_HOST_LDT_I386_H
#define __ASM_HOST_LDT_I386_H

#include "asm/arch/ldt.h"
#include <asm/ldt.h>

/*
* macros stolen from include/asm-i386/desc.h
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/um/include/shared/sysdep-i386/tls.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ typedef struct um_dup_user_desc {

# else /* __KERNEL__ */

# include <asm/ldt.h>
# include <ldt.h>
typedef struct user_desc user_desc_t;

# endif /* __KERNEL__ */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef __ASM_HOST_LDT_X86_64_H
#define __ASM_HOST_LDT_X86_64_H

#include "asm/arch/ldt.h"
#include <asm/ldt.h>

/*
* macros stolen from include/asm-x86_64/desc.h
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/um/include/shared/sysdep-x86_64/tls.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ typedef struct um_dup_user_desc {

# else /* __KERNEL__ */

# include <asm/ldt.h>
# include <ldt.h>
typedef struct user_desc user_desc_t;

# endif /* __KERNEL__ */
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/um/include/shared/um_mmu.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#include "uml-config.h"
#include "mm_id.h"
#include "asm/ldt.h"
#include "ldt.h"

typedef struct mm_context {
struct mm_id id;
Expand Down

0 comments on commit 5cda285

Please sign in to comment.