Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119407
b: refs/heads/master
c: 292c669
h: refs/heads/master
i:
  119405: 97f7f4d
  119403: e49800e
  119399: 0457631
  119391: f9a319e
v: v3
  • Loading branch information
Markus Metzger authored and Ingo Molnar committed Nov 25, 2008
1 parent 137c93c commit ec55759
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 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: eff79aee91dd07e944df65fa448c8baeee7709d8
refs/heads/master: 292c669cd7087a090d6420e223eb1072f3e3c50b
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ obj-$(CONFIG_X86_TRAMPOLINE) += trampoline.o
obj-y += process.o
obj-y += i387.o xsave.o
obj-y += ptrace.o
obj-y += ds.o
obj-$(CONFIG_X86_DS) += ds.o
obj-$(CONFIG_X86_32) += tls.o
obj-$(CONFIG_IA32_EMULATION) += tls.o
obj-y += step.o
Expand Down
3 changes: 0 additions & 3 deletions trunk/arch/x86/kernel/ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
*/


#ifdef CONFIG_X86_DS

#include <asm/ds.h>

#include <linux/errno.h>
Expand Down Expand Up @@ -878,4 +876,3 @@ void ds_free(struct ds_context *context)
while (leftovers--)
ds_put_context(context);
}
#endif /* CONFIG_X86_DS */

0 comments on commit ec55759

Please sign in to comment.