Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182559
b: refs/heads/master
c: e527300
h: refs/heads/master
i:
  182557: df0e9c0
  182555: 81b8fc3
  182551: 01f2fa7
  182543: 041cff8
  182527: b993e02
v: v3
  • Loading branch information
Andrew Morton authored and H. Peter Anvin committed Feb 2, 2010
1 parent cbf67d0 commit 85fa15e
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: 61ef2489dbf587258526cfd4ebf4bba3b079f401
refs/heads/master: e52730071567ec5b6f57e21d6693b112e01e1d0e
2 changes: 1 addition & 1 deletion trunk/kernel/resource.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ static int __is_ram(unsigned long pfn, unsigned long nr_pages, void *arg)
* This generic page_is_ram() returns true if specified address is
* registered as "System RAM" in iomem_resource list.
*/
int __attribute__((weak)) page_is_ram(unsigned long pfn)
int __weak page_is_ram(unsigned long pfn)
{
return walk_system_ram_range(pfn, 1, NULL, __is_ram) == 1;
}
Expand Down

0 comments on commit 85fa15e

Please sign in to comment.