Home
last modified time | relevance | path

Searched refs:PARISC_UAC_SIGBUS (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/parisc/include/asm/
Dprocessor.h135 #define PARISC_UAC_SIGBUS (1UL << 1) macro
139 #define PARISC_UAC_MASK (PARISC_UAC_NOPRINT|PARISC_UAC_SIGBUS)
/linux-2.6.39/arch/parisc/kernel/
Dunaligned.c459 if (current->thread.flags & PARISC_UAC_SIGBUS) { in handle_unaligned()