Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74792
b: refs/heads/master
c: 7999f4b
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Linus Torvalds committed Dec 11, 2007
1 parent 1172457 commit 1272048
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: c34c15b02e0af7e235f84ca1471747ee1cbb1b87
refs/heads/master: 7999f4b4e56d36265d789d52bb0c0bb0167346a7
2 changes: 1 addition & 1 deletion trunk/arch/x86/xen/enlighten.c
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ asmlinkage void __init xen_start_kernel(void)
if (!xen_start_info)
return;

BUG_ON(memcmp(xen_start_info->magic, "xen-3.0", 7) != 0);
BUG_ON(memcmp(xen_start_info->magic, "xen-3", 5) != 0);

/* Install Xen paravirt ops */
pv_info = xen_info;
Expand Down

0 comments on commit 1272048

Please sign in to comment.