Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79949
b: refs/heads/master
c: cef1895
h: refs/heads/master
i:
  79947: 17c969f
v: v3
  • Loading branch information
Glauber de Oliveira Costa authored and Ingo Molnar committed Jan 30, 2008
1 parent 9a3ba67 commit 322eb90
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 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: eee3af4a2c83a97fff107ddc445d9df6fded9ce4
refs/heads/master: cef189508b2f043fdc2e354645803b6ce004aac3
9 changes: 9 additions & 0 deletions trunk/include/asm-x86/segment.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
#ifndef _ASM_X86_SEGMENT_H_
#define _ASM_X86_SEGMENT_H_

#ifdef CONFIG_X86_32
# include "segment_32.h"
#else
# include "segment_64.h"
#endif

#ifndef CONFIG_PARAVIRT
#define get_kernel_rpl() 0
#endif

#endif
3 changes: 0 additions & 3 deletions trunk/include/asm-x86/segment_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@
#define SEGMENT_LDT 0x4
#define SEGMENT_GDT 0x0

#ifndef CONFIG_PARAVIRT
#define get_kernel_rpl() 0
#endif
/*
* Matching rules for certain types of segments.
*/
Expand Down

0 comments on commit 322eb90

Please sign in to comment.