Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80729
b: refs/heads/master
c: a16b043
h: refs/heads/master
i:
  80727: 13e39b3
v: v3
  • Loading branch information
Zhang Xiantao authored and Avi Kivity committed Jan 30, 2008
1 parent 04ee031 commit c349a27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 56919c5c97aa07b150311c5c9802af07872ee2b0
refs/heads/master: a16b043cc96db4a01abb337bef4a51cebcfcbb1b
2 changes: 1 addition & 1 deletion trunk/drivers/kvm/kvm_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,7 @@ static u64 stat_get(void *_offset)

DEFINE_SIMPLE_ATTRIBUTE(stat_fops, stat_get, NULL, "%llu\n");

static __init void kvm_init_debug(void)
static void kvm_init_debug(void)
{
struct kvm_stats_debugfs_item *p;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/kvm/x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@ long kvm_arch_vm_ioctl(struct file *filp,
return r;
}

static __init void kvm_init_msr_list(void)
static void kvm_init_msr_list(void)
{
u32 dummy[2];
unsigned i, j;
Expand Down

0 comments on commit c349a27

Please sign in to comment.