Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198265
b: refs/heads/master
c: 0faa563
h: refs/heads/master
i:
  198263: 9262869
v: v3
  • Loading branch information
Marcelo Roberto Jimenez authored and Linus Torvalds committed May 25, 2010
1 parent 18e750d commit aab75ba
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: ff3d58c22b6827039983911d3460cf0c1657f8cc
refs/heads/master: 0faa56389c793cda7f967117415717bbab24fe4e
2 changes: 1 addition & 1 deletion trunk/include/linux/mmzone.h
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ struct mem_section {
#endif

#define SECTION_NR_TO_ROOT(sec) ((sec) / SECTIONS_PER_ROOT)
#define NR_SECTION_ROOTS (NR_MEM_SECTIONS / SECTIONS_PER_ROOT)
#define NR_SECTION_ROOTS DIV_ROUND_UP(NR_MEM_SECTIONS, SECTIONS_PER_ROOT)
#define SECTION_ROOT_MASK (SECTIONS_PER_ROOT - 1)

#ifdef CONFIG_SPARSEMEM_EXTREME
Expand Down

0 comments on commit aab75ba

Please sign in to comment.