Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17968
b: refs/heads/master
c: d18ff47
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Jan 12, 2006
1 parent f8e8f2e commit 76cd4fc
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ca8642f606ce22de23bae08a5044067f98de855b
refs/heads/master: d18ff47068154de8b4c1506be60a30a961846d18
4 changes: 2 additions & 2 deletions trunk/arch/x86_64/mm/numa.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ int numa_off __initdata;
* 0 if memnodmap[] too small (of shift too small)
* -1 if node overlap or lost ram (shift too big)
*/
static int __init populate_memnodemap(
const struct node *nodes, int numnodes, int shift)
static int __init
populate_memnodemap(const struct node *nodes, int numnodes, int shift)
{
int i;
int res = -1;
Expand Down

0 comments on commit 76cd4fc

Please sign in to comment.