Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29147
b: refs/heads/master
c: 9c576ff
h: refs/heads/master
i:
  29145: 71bced3
  29143: 41a4261
v: v3
  • Loading branch information
KAMEZAWA Hiroyuki authored and Len Brown committed May 15, 2006
1 parent d240a1e commit c20546a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ebd5f2ca811b75f7145fa487748f26430c584a72
refs/heads/master: 9c576ff1bc9ab42d06457e68e39c121481138562
2 changes: 2 additions & 0 deletions trunk/arch/ia64/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -671,9 +671,11 @@ int add_memory(u64 start, u64 size)

return ret;
}
EXPORT_SYMBOL_GPL(add_memory);

int remove_memory(u64 start, u64 size)
{
return -EINVAL;
}
EXPORT_SYMBOL_GPL(remove_memory);
#endif

0 comments on commit c20546a

Please sign in to comment.