Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206175
b: refs/heads/master
c: 3b770a2
h: refs/heads/master
i:
  206173: 682e60a
  206171: d990532
  206167: 91a9b60
  206159: 7084c96
  206143: 765b1db
v: v3
  • Loading branch information
H. Peter Anvin committed Jul 13, 2010
1 parent fca5f7e commit 7b20ee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: df378ccfc4dd04e263426ad805516915874774aa
refs/heads/master: 3b770a2128423a687e6e9c57184a584fb4ba4c77
1 change: 1 addition & 0 deletions trunk/arch/x86/kernel/alternative.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ void __init_or_module apply_alternatives(struct alt_instr *start,
u8 *instr = a->instr;
BUG_ON(a->replacementlen > a->instrlen);
BUG_ON(a->instrlen > sizeof(insnbuf));
BUG_ON(a->cpuid >= NCAPINTS*32);
if (!boot_cpu_has(a->cpuid))
continue;
#ifdef CONFIG_X86_64
Expand Down

0 comments on commit 7b20ee9

Please sign in to comment.