diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-12 21:47:41 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-12 21:47:41 -0400 |
| commit | e225ca27057e70e7cbb14ae4c1e5f758973af645 (patch) | |
| tree | 80a2de6cddda12d11b5379dca312e3fae507e225 /arch/sparc/include/asm | |
| parent | 54f7fc25e5736c39050454fe6b5a2bed027fbfab (diff) | |
| parent | 55c2770e413e96871147b9406a9c41fe9bc5209c (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Pull Sparc updates from David Miller:
1) Updated syscall tracing fix from Al Viro.
2) SUN4V error reporting was deficient in several areas.
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc:
sparc64: fix ptrace interaction with force_successful_syscall_return()
sparc64: Fix deficiencies in sun4v error reporting.
Diffstat (limited to 'arch/sparc/include/asm')
| -rw-r--r-- | arch/sparc/include/asm/uaccess_64.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/uaccess_64.h b/arch/sparc/include/asm/uaccess_64.h index 7c831d848b4..73083e1d38d 100644 --- a/arch/sparc/include/asm/uaccess_64.h +++ b/arch/sparc/include/asm/uaccess_64.h | |||
| @@ -265,6 +265,11 @@ extern __must_check long strnlen_user(const char __user *str, long n); | |||
| 265 | #define __copy_to_user_inatomic ___copy_to_user | 265 | #define __copy_to_user_inatomic ___copy_to_user |
| 266 | #define __copy_from_user_inatomic ___copy_from_user | 266 | #define __copy_from_user_inatomic ___copy_from_user |
| 267 | 267 | ||
| 268 | struct pt_regs; | ||
| 269 | extern unsigned long compute_effective_address(struct pt_regs *, | ||
| 270 | unsigned int insn, | ||
| 271 | unsigned int rd); | ||
| 272 | |||
| 268 | #endif /* __ASSEMBLY__ */ | 273 | #endif /* __ASSEMBLY__ */ |
| 269 | 274 | ||
| 270 | #endif /* _ASM_UACCESS_H */ | 275 | #endif /* _ASM_UACCESS_H */ |
