Loading arch/parisc/include/asm/processor.h +3 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ #include <asm/types.h> #include <asm/system.h> #include <asm/percpu.h> #endif /* __ASSEMBLY__ */ #define KERNEL_STACK_SIZE (4*PAGE_SIZE) Loading Loading @@ -127,6 +128,8 @@ struct thread_struct { unsigned long flags; }; #define task_pt_regs(tsk) ((struct pt_regs *)&((tsk)->thread.regs)) /* Thread struct flags. */ #define PARISC_UAC_NOPRINT (1UL << 0) /* see prctl and unaligned.c */ #define PARISC_UAC_SIGBUS (1UL << 1) Loading Loading
arch/parisc/include/asm/processor.h +3 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ #include <asm/types.h> #include <asm/system.h> #include <asm/percpu.h> #endif /* __ASSEMBLY__ */ #define KERNEL_STACK_SIZE (4*PAGE_SIZE) Loading Loading @@ -127,6 +128,8 @@ struct thread_struct { unsigned long flags; }; #define task_pt_regs(tsk) ((struct pt_regs *)&((tsk)->thread.regs)) /* Thread struct flags. */ #define PARISC_UAC_NOPRINT (1UL << 0) /* see prctl and unaligned.c */ #define PARISC_UAC_SIGBUS (1UL << 1) Loading