Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39959
b: refs/heads/master
c: 493e375
h: refs/heads/master
i:
  39957: 5c17688
  39955: f94dea0
  39951: d858f0f
v: v3
  • Loading branch information
Paolo 'Blaisorblade' Giarrusso authored and Linus Torvalds committed Oct 20, 2006
1 parent b46519a commit fdd82fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 8b028bcd0e746ae0f2f218b911032232a32dedd5
refs/heads/master: 493e3758be1d5628b4d799fe21d68969edbe32aa
3 changes: 2 additions & 1 deletion trunk/arch/um/os-Linux/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include "process.h"
#include "kern_constants.h"
#include "os.h"
#include "uml-config.h"

int set_interval(int is_virtual)
{
Expand All @@ -30,7 +31,7 @@ int set_interval(int is_virtual)
return 0;
}

#ifdef CONFIG_MODE_TT
#ifdef UML_CONFIG_MODE_TT
void enable_timer(void)
{
set_interval(1);
Expand Down

0 comments on commit fdd82fa

Please sign in to comment.