Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9228
b: refs/heads/master
c: 609725f
h: refs/heads/master
v: v3
  • Loading branch information
Keir Fraser authored and Linus Torvalds committed Sep 23, 2005
1 parent ec6a2a4 commit 62a08d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 7243cc05bafdda4c4de77cba00cf87666bd237f7
refs/heads/master: 609725f87709724218047a1049913ed233f79d3c
1 change: 0 additions & 1 deletion trunk/drivers/char/hpet.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ static int hpet_mmap(struct file *file, struct vm_area_struct *vma)

vma->vm_flags |= VM_IO;
vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot);
addr = __pa(addr);

if (io_remap_pfn_range(vma, vma->vm_start, addr >> PAGE_SHIFT,
PAGE_SIZE, vma->vm_page_prot)) {
Expand Down

0 comments on commit 62a08d2

Please sign in to comment.