Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141812
b: refs/heads/master
c: 0bd4781
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Mar 30, 2009
1 parent 87fd07c commit 75e34cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 47131258765e3561475822a7838b7ed90e2f6990
refs/heads/master: 0bd4781d40ffc3bff939a2540041144b99c373b8
5 changes: 2 additions & 3 deletions trunk/arch/sh/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,11 @@ static int __init early_parse_mem(char *p)
size = memparse(p, &p);

if (size > __MEMORY_SIZE) {
static char msg[] __initdata = KERN_ERR
printk(KERN_ERR
"Using mem= to increase the size of kernel memory "
"is not allowed.\n"
" Recompile the kernel with the correct value for "
"CONFIG_MEMORY_SIZE.\n";
printk(msg);
"CONFIG_MEMORY_SIZE.\n");
return 0;
}

Expand Down

0 comments on commit 75e34cb

Please sign in to comment.