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

« back to all changes in this revision

Viewing changes to arch/powerpc/kernel/exceptions-64s.S

  • 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:
489
489
        STD_EXCEPTION_COMMON(0xb00, trap_0b, .unknown_exception)
490
490
        STD_EXCEPTION_COMMON(0xd00, single_step, .single_step_exception)
491
491
        STD_EXCEPTION_COMMON(0xe00, trap_0e, .unknown_exception)
492
 
        STD_EXCEPTION_COMMON(0xe40, emulation_assist, .program_check_exception)
 
492
        STD_EXCEPTION_COMMON(0xe40, emulation_assist, .emulation_assist_interrupt)
493
493
        STD_EXCEPTION_COMMON(0xe60, hmi_exception, .unknown_exception)
494
494
        STD_EXCEPTION_COMMON_ASYNC(0xf00, performance_monitor, .performance_monitor_exception)
495
495
        STD_EXCEPTION_COMMON(0x1300, instruction_breakpoint, .instruction_breakpoint_exception)