Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119011
b: refs/heads/master
c: cc835f7
h: refs/heads/master
i:
  119009: 4803afa
  119007: 831adf1
v: v3
  • Loading branch information
Christian Borntraeger authored and Martin Schwidefsky committed Nov 14, 2008
1 parent eae83b2 commit 6d4c72a
Show file tree
Hide file tree
Showing 2 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: 675be97a32a5f12650b86391b7431f1e10811f1e
refs/heads/master: cc835f7872adef35076e4a3b6632ef79bb4805be
4 changes: 2 additions & 2 deletions trunk/drivers/s390/kvm/kvm_virtio.c
Original file line number Diff line number Diff line change
Expand Up @@ -322,13 +322,13 @@ static int __init kvm_devices_init(void)
return rc;
}

rc = vmem_add_mapping(PFN_PHYS(max_pfn), PAGE_SIZE);
rc = vmem_add_mapping(real_memory_size, PAGE_SIZE);
if (rc) {
s390_root_dev_unregister(kvm_root);
return rc;
}

kvm_devices = (void *) PFN_PHYS(max_pfn);
kvm_devices = (void *) real_memory_size;

ctl_set_bit(0, 9);
register_external_interrupt(0x2603, kvm_extint_handler);
Expand Down

0 comments on commit 6d4c72a

Please sign in to comment.