Skip to content
  • David Brownell's avatar
    ARM: arm_set_cpsr() handles T and J bits · dd9894f4
    David Brownell authored
    
    
    Have arm_set_cpsr() handle the two core state flags, updating
    the CPU state.  This eliminates code in various debug_entry()
    paths, and marginally improves handling of the J bit.
    
    Catch and comment a few holes in the handling of the J bit on
    ARM926ejs cores ... it's unlikely our users will care about
    Jazelle mode, but we can at least warn of Impending Doom.  If
    anyone does use it, these breadcrumbs may help them to find
    the right path through the code.
    
    Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
    dd9894f4