diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-06-13 11:39:55 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-18 21:42:30 -0400 |
commit | eec511d75edd5139ea6de537f6908085b171e7a0 (patch) | |
tree | def6f4eea6e25d4fd48a6b0a09d1738552a5ee71 /arch/blackfin/include/asm/ucontext.h | |
parent | 0f652859571b3f750c01c9d7c27938d3159ca96d (diff) |
Blackfin: convert page/tlb to asm-generic
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/include/asm/ucontext.h')
-rw-r--r-- | arch/blackfin/include/asm/ucontext.h | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/arch/blackfin/include/asm/ucontext.h b/arch/blackfin/include/asm/ucontext.h index 4a4e3856beba..9bc07b9f30fb 100644 --- a/arch/blackfin/include/asm/ucontext.h +++ b/arch/blackfin/include/asm/ucontext.h | |||
@@ -1,17 +1 @@ | |||
1 | /** Changes made by Tony Kou Lineo Inc. May 2001 | #include <asm-generic/ucontext.h> | |
2 | * | ||
3 | * Based on: include/m68knommu/ucontext.h | ||
4 | */ | ||
5 | |||
6 | #ifndef _BLACKFIN_UCONTEXT_H | ||
7 | #define _BLACKFIN_UCONTEXT_H | ||
8 | |||
9 | struct ucontext { | ||
10 | unsigned long uc_flags; /* the others are necessary */ | ||
11 | struct ucontext *uc_link; | ||
12 | stack_t uc_stack; | ||
13 | struct sigcontext uc_mcontext; | ||
14 | sigset_t uc_sigmask; /* mask last for extensibility */ | ||
15 | }; | ||
16 | |||
17 | #endif /* _BLACKFIN_UCONTEXT_H */ | ||