Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334403
b: refs/heads/master
c: 7b85053
h: refs/heads/master
i:
  334401: e0129b5
  334399: 81eba23
v: v3
  • Loading branch information
Dave Airlie committed Oct 16, 2012
1 parent 319c089 commit bf2e047
Show file tree
Hide file tree
Showing 2 changed files with 2 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: bd6126bd0766cb0e03a4d832cc3611dff5ea8e50
refs/heads/master: 7b8505300525d7e802ecf52ae160bc63f4ba28d7
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/drm_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ int drm_vma_info(struct seq_file *m, void *data)
mutex_lock(&dev->struct_mutex);
seq_printf(m, "vma use count: %d, high_memory = %pK, 0x%pK\n",
atomic_read(&dev->vma_count),
high_memory, (void *)virt_to_phys(high_memory));
high_memory, (void *)(unsigned long)virt_to_phys(high_memory));

list_for_each_entry(pt, &dev->vmalist, head) {
vma = pt->vma;
Expand Down

0 comments on commit bf2e047

Please sign in to comment.