Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109736
b: refs/heads/master
c: d6be118
h: refs/heads/master
v: v3
  • Loading branch information
Prarit Bhargava authored and H. Peter Anvin committed Sep 9, 2008
1 parent 4d79a23 commit 598f6cd
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: 14469a8dd23677921db5e7354a602c98d9c6300f
refs/heads/master: d6be118a97ce51ca84035270f91c2bccecbfac5f
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/e820.c
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@ static int __init parse_memmap_opt(char *p)
if (!p)
return -EINVAL;

if (!strcmp(p, "exactmap")) {
if (!strncmp(p, "exactmap", 8)) {
#ifdef CONFIG_CRASH_DUMP
/*
* If we are doing a crash dump, we still need to know
Expand Down

0 comments on commit 598f6cd

Please sign in to comment.