Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234809
b: refs/heads/master
c: 9a6d44b
h: refs/heads/master
i:
  234807: 036213a
v: v3
  • Loading branch information
Kamal Mostafa authored and Ingo Molnar committed Feb 14, 2011
1 parent 5c52b05 commit 193380d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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: 77eed821accf5dd962b1f13bed0680e217e49112
refs/heads/master: 9a6d44b9adb777ca9549e88cd55bd8f2673c52a2
7 changes: 5 additions & 2 deletions trunk/arch/x86/kernel/e820.c
Original file line number Diff line number Diff line change
Expand Up @@ -847,12 +847,15 @@ static int __init parse_memopt(char *p)
if (!p)
return -EINVAL;

#ifdef CONFIG_X86_32
if (!strcmp(p, "nopentium")) {
#ifdef CONFIG_X86_32
setup_clear_cpu_cap(X86_FEATURE_PSE);
return 0;
}
#else
printk(KERN_WARNING "mem=nopentium ignored! (only supported on x86_32)\n");
return -EINVAL;
#endif
}

userdef = 1;
mem_size = memparse(p, &p);
Expand Down

0 comments on commit 193380d

Please sign in to comment.