Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83158
b: refs/heads/master
c: 4d18de4
h: refs/heads/master
v: v3
  • Loading branch information
Karol Swietlicki authored and Linus Torvalds committed Feb 5, 2008
1 parent 8f8d0d5 commit 23c2946
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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: 99c9f502cb3498b02b1e5df60c9ea0ee2e535373
refs/heads/master: 4d18de45fa921600e1b3770c3a7cb106ab48cd9d
3 changes: 0 additions & 3 deletions trunk/arch/um/sys-i386/bugs.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

/* Set during early boot */
int host_has_cmov = 1;
int host_has_xmm = 0;

static char token(int fd, char *buf, int len, char stop)
{
Expand Down Expand Up @@ -163,8 +162,6 @@ void arch_check_bugs(void)
}
if (check_cpu_flag("cmov", &have_it))
host_has_cmov = have_it;
if (check_cpu_flag("xmm", &have_it))
host_has_xmm = have_it;
}

int arch_handle_signal(int sig, struct uml_pt_regs *regs)
Expand Down
1 change: 0 additions & 1 deletion trunk/include/asm-um/processor-i386.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include "asm/host_ldt.h"
#include "asm/segment.h"

extern int host_has_xmm;
extern int host_has_cmov;

/* include faultinfo structure */
Expand Down

0 comments on commit 23c2946

Please sign in to comment.