Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145771
b: refs/heads/master
c: a454ab3
h: refs/heads/master
i:
  145769: 12292ee
  145767: a4d162f
v: v3
  • Loading branch information
Ingo Molnar committed May 3, 2009
1 parent 3168ab8 commit d393ae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: 9518e0e4350a5ea8ca200ce320b28d6284a7b0ce
refs/heads/master: a454ab3110175d710f4f9a96226a26ce4d5d5de2
7 changes: 1 addition & 6 deletions trunk/arch/x86/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -514,8 +514,6 @@ static void dump_pagetable(unsigned long address)
static int is_errata93(struct pt_regs *regs, unsigned long address)
{
#ifdef CONFIG_X86_64
static int once;

if (address != regs->ip)
return 0;

Expand All @@ -525,10 +523,7 @@ static int is_errata93(struct pt_regs *regs, unsigned long address)
address |= 0xffffffffUL << 32;
if ((address >= (u64)_stext && address <= (u64)_etext) ||
(address >= MODULES_VADDR && address <= MODULES_END)) {
if (!once) {
printk(errata93_warning);
once = 1;
}
printk_once(errata93_warning);
regs->ip = address;
return 1;
}
Expand Down

0 comments on commit d393ae9

Please sign in to comment.