Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136930
b: refs/heads/master
c: 121d5d0
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Feb 20, 2009
1 parent f60bf97 commit 459e1e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 8c938f9fae887f6e180bf802aa1c33cf74712aff
refs/heads/master: 121d5d0a7e5808fbcfda484efd7ba840ac93450f
4 changes: 0 additions & 4 deletions trunk/arch/x86/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,6 @@ show_fault_oops(struct pt_regs *regs, unsigned long error_code,
dump_pagetable(address);
}

#ifdef CONFIG_X86_64
static noinline void
pgtable_bad(struct pt_regs *regs, unsigned long error_code,
unsigned long address)
Expand All @@ -503,7 +502,6 @@ pgtable_bad(struct pt_regs *regs, unsigned long error_code,

oops_end(flags, regs, sig);
}
#endif

static noinline void
no_context(struct pt_regs *regs, unsigned long error_code,
Expand Down Expand Up @@ -1015,10 +1013,8 @@ void __kprobes do_page_fault(struct pt_regs *regs, unsigned long error_code)
local_irq_enable();
}

#ifdef CONFIG_X86_64
if (unlikely(error_code & PF_RSVD))
pgtable_bad(regs, error_code, address);
#endif

/*
* If we're in an interrupt, have no user context or are running
Expand Down

0 comments on commit 459e1e5

Please sign in to comment.