Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96411
b: refs/heads/master
c: 9f2546a
h: refs/heads/master
i:
  96409: 50d5395
  96407: dfeb69b
v: v3
  • Loading branch information
Ralf Baechle committed May 12, 2008
1 parent a519899 commit a154929
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: d0e7ba063233105febd960e0716d5e9fd9159307
refs/heads/master: 9f2546adedda600687bba6ef3e1546a8ecbc16eb
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/vpe.c
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ static void *alloc_progmem(unsigned long len)
* This means you must tell Linux to use less memory than you
* physically have, for example by passing a mem= boot argument.
*/
addr = pfn_to_kaddr(max_pfn);
addr = pfn_to_kaddr(max_low_pfn);
memset(addr, 0, len);
#else
/* simple grab some mem for now */
Expand Down

0 comments on commit a154929

Please sign in to comment.