Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89073
b: refs/heads/master
c: 756a6c6
h: refs/heads/master
i:
  89071: f045da0
v: v3
  • Loading branch information
Ingo Molnar committed Apr 17, 2008
1 parent 6bbd662 commit 336237b
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 5af5573ee06c361378e22a9dd71dae0320e841f7
refs/heads/master: 756a6c68556600aec9460346332884d891d5beb4
5 changes: 3 additions & 2 deletions trunk/arch/x86/mm/ioremap.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ static inline int phys_addr_valid(unsigned long addr)

int page_is_ram(unsigned long pagenr)
{
unsigned long addr, end;
resource_size_t addr, end;
int i;

/*
Expand Down Expand Up @@ -120,7 +120,8 @@ int ioremap_change_attr(unsigned long vaddr, unsigned long size,
static void __iomem *__ioremap(resource_size_t phys_addr, unsigned long size,
unsigned long prot_val)
{
unsigned long pfn, offset, last_addr, vaddr;
unsigned long pfn, offset, vaddr;
resource_size_t last_addr;
struct vm_struct *area;
unsigned long new_prot_val;
pgprot_t prot;
Expand Down

0 comments on commit 336237b

Please sign in to comment.