Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72242
b: refs/heads/master
c: ebac525
h: refs/heads/master
v: v3
  • Loading branch information
Rusty Russell committed Oct 23, 2007
1 parent ac27cf5 commit 076be1f
Show file tree
Hide file tree
Showing 3 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: b45d8cb054d7677d75176ae22a584fd84e4650e9
refs/heads/master: ebac52524df31e7c2fe13ca5bd3438907842f763
1 change: 0 additions & 1 deletion trunk/drivers/lguest/lguest.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ struct lguest_data lguest_data = {
.noirq_end = (u32)lguest_noirq_end,
.blocked_interrupts = { 1 }, /* Block timer interrupts */
};
struct lguest_device_desc *lguest_devices;
static cycle_t clock_base;

/*G:035 Notice the lazy_hcall() above, rather than hcall(). This is our first
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/lguest/lguest_bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#include <asm/io.h>
#include <asm/paravirt.h>

struct lguest_device_desc *lguest_devices;

static ssize_t type_show(struct device *_dev,
struct device_attribute *attr, char *buf)
{
Expand Down

0 comments on commit 076be1f

Please sign in to comment.