Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154895
b: refs/heads/master
c: abf1e11
h: refs/heads/master
i:
  154893: bf40260
  154891: 204e6ed
  154887: 2f83b2b
  154879: 2fa3b1b
v: v3
  • Loading branch information
Kyle McMartin committed Jul 3, 2009
1 parent a84eeb4 commit 3aa02e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 538e23615fe78b6da151ef136e3f7c6ad1fda2c1
refs/heads/master: abf1e11a0dcf5514139cb76ed8eb050107653abd
3 changes: 3 additions & 0 deletions trunk/arch/parisc/include/asm/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 3aa02e9

Please sign in to comment.