Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217623
b: refs/heads/master
c: e18105c
h: refs/heads/master
i:
  217621: d8e297a
  217619: d5a76fc
  217615: 2954566
v: v3
  • Loading branch information
Chris Metcalf committed Oct 15, 2010
1 parent 4b63a79 commit 18dd380
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: ce7f2a39675ea5e8e27b3f3bb03e5041c7d10412
refs/heads/master: e18105c128734b1671739ad4d85e216ebec28c61
2 changes: 1 addition & 1 deletion trunk/arch/tile/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ static void __init setup_memory(void)
#endif

/* We are using a char to hold the cpu_2_node[] mapping */
BUG_ON(MAX_NUMNODES > 127);
BUILD_BUG_ON(MAX_NUMNODES > 127);

/* Discover the ranges of memory available to us */
for (i = 0; ; ++i) {
Expand Down

0 comments on commit 18dd380

Please sign in to comment.