Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42706
b: refs/heads/master
c: 3869aa2
h: refs/heads/master
v: v3
  • Loading branch information
Mariusz Kozlowski authored and Linus Torvalds committed Dec 7, 2006
1 parent 6feea1b commit 92ac70d
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: 4d3eeeac97a6e4fc1ff3ad184f1c3bf328de7cb6
refs/heads/master: 3869aa292fbd24103b8338937cb351459efe3f82
2 changes: 1 addition & 1 deletion trunk/arch/h8300/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ void __init setup_arch(char **cmdline_p)
#endif
#else
if ((memory_end < CONFIG_BLKDEV_RESERVE_ADDRESS) &&
(memory_end > CONFIG_BLKDEV_RESERVE_ADDRESS)
(memory_end > CONFIG_BLKDEV_RESERVE_ADDRESS))
/* overlap userarea */
memory_end = CONFIG_BLKDEV_RESERVE_ADDRESS;
#endif
Expand Down

0 comments on commit 92ac70d

Please sign in to comment.