Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80042
b: refs/heads/master
c: fc87e90
h: refs/heads/master
v: v3
  • Loading branch information
Glauber de Oliveira Costa authored and Ingo Molnar committed Jan 30, 2008
1 parent f246b22 commit f196a66
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 16 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: 2c1c468a382e64afccacdfe03fa4c0615cd4264f
refs/heads/master: fc87e9061a5635fe1b367dad95498846dd5eda31
8 changes: 0 additions & 8 deletions trunk/include/asm-x86/mmsegment.h

This file was deleted.

5 changes: 5 additions & 0 deletions trunk/include/asm-x86/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,11 @@ struct extended_sigtable {
struct extended_signature sigs[0];
};

typedef struct {
unsigned long seg;
} mm_segment_t;


/*
* create a kernel thread without removing it from tasklists
*/
Expand Down
5 changes: 0 additions & 5 deletions trunk/include/asm-x86/processor_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@ union i387_union {
struct i387_soft_struct soft;
};

typedef struct {
unsigned long seg;
} mm_segment_t;


#define INIT_THREAD { \
.sp0 = sizeof(init_stack) + (long)&init_stack, \
.vm86_info = NULL, \
Expand Down
1 change: 0 additions & 1 deletion trunk/include/asm-x86/processor_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include <asm/msr.h>
#include <asm/current.h>
#include <asm/system.h>
#include <asm/mmsegment.h>
#include <linux/personality.h>
#include <asm/desc_defs.h>

Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-x86/thread_info_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#ifndef __ASSEMBLY__
struct task_struct;
struct exec_domain;
#include <asm/mmsegment.h>
#include <asm/processor.h>

struct thread_info {
struct task_struct *task; /* main task structure */
Expand Down

0 comments on commit f196a66

Please sign in to comment.