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

« back to all changes in this revision

Viewing changes to arch/frv/kernel/entry-table.S

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
        .globl          __break_kerneltrap_fixup_table
87
87
__break_kerneltrap_fixup_table:
88
88
 
89
 
        # handler declaration for a sofware or program interrupt
 
89
        # handler declaration for a software or program interrupt
90
90
.macro VECTOR_SOFTPROG tbr_tt, vec
91
91
        .section .trap.user
92
92
        .org            \tbr_tt
145
145
        .long           \vec
146
146
.endm
147
147
 
148
 
        # handler declaration for an MMU only sofware or program interrupt
 
148
        # handler declaration for an MMU only software or program interrupt
149
149
.macro VECTOR_SP_MMU tbr_tt, vec
150
150
#ifdef CONFIG_MMU
151
151
        VECTOR_SOFTPROG \tbr_tt, \vec