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) | |
download | linux-stable-eec511d75edd5139ea6de537f6908085b171e7a0.tar.gz linux-stable-eec511d75edd5139ea6de537f6908085b171e7a0.tar.bz2 linux-stable-eec511d75edd5139ea6de537f6908085b171e7a0.zip |
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 @@ -/** Changes made by Tony Kou Lineo Inc. May 2001 - * - * Based on: include/m68knommu/ucontext.h - */ - -#ifndef _BLACKFIN_UCONTEXT_H -#define _BLACKFIN_UCONTEXT_H - -struct ucontext { - unsigned long uc_flags; /* the others are necessary */ - struct ucontext *uc_link; - stack_t uc_stack; - struct sigcontext uc_mcontext; - sigset_t uc_sigmask; /* mask last for extensibility */ -}; - -#endif /* _BLACKFIN_UCONTEXT_H */ +#include <asm-generic/ucontext.h> |