~ubuntu-branches/ubuntu/wily/linux-ti-omap4/wily

« back to all changes in this revision

Viewing changes to arch/powerpc/kernel/traps.c

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati
  • Date: 2013-07-11 18:35:20 UTC
  • Revision ID: package-import@ubuntu.com-20130711183520-htnf1x4y5r11hndr
Tags: 3.5.0-229.42
* Release Tracking Bug
  - LP: #1199276

[ Paolo Pisati ]

* [Config] CONFIG_ATH9K_LEGACY_RATE_CONTROL is not set

Show diffs side-by-side

added added

removed removed

Lines of Context:
1074
1074
                _exception(SIGILL, regs, ILL_ILLOPC, regs->nip);
1075
1075
}
1076
1076
 
 
1077
/*
 
1078
 * This occurs when running in hypervisor mode on POWER6 or later
 
1079
 * and an illegal instruction is encountered.
 
1080
 */
 
1081
void __kprobes emulation_assist_interrupt(struct pt_regs *regs)
 
1082
{
 
1083
        regs->msr |= REASON_ILLEGAL;
 
1084
        program_check_exception(regs);
 
1085
}
 
1086
 
1077
1087
void alignment_exception(struct pt_regs *regs)
1078
1088
{
1079
1089
        int sig, code, fixed = 0;