Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322942
b: refs/heads/master
c: 05cf963
h: refs/heads/master
v: v3
  • Loading branch information
Jianguo Wu authored and Linus Torvalds committed Sep 17, 2012
1 parent 7a4127f commit 4ac7350
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: 18b48d5873a6fc8e0e6044ddb572fcda26988f19
refs/heads/master: 05cf96398e1b6502f9e191291b715c7463c9d5dd
2 changes: 1 addition & 1 deletion trunk/include/linux/memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <linux/compiler.h>
#include <linux/mutex.h>

#define MIN_MEMORY_BLOCK_SIZE (1 << SECTION_SIZE_BITS)
#define MIN_MEMORY_BLOCK_SIZE (1UL << SECTION_SIZE_BITS)

struct memory_block {
unsigned long start_section_nr;
Expand Down

0 comments on commit 4ac7350

Please sign in to comment.