projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08346bf
)
ia64, exec: remove redundant set_fs(USER_DS)
author
Mathias Krause
<
[email protected]
>
Fri, 13 Jan 2012 01:17:36 +0000
(17:17 -0800)
committer
Linus Torvalds
<
[email protected]
>
Fri, 13 Jan 2012 04:13:03 +0000
(20:13 -0800)
The address limit is already set in flush_old_exec() so this
set_fs(USER_DS) is redundant.
Signed-off-by: Mathias Krause <
[email protected]
>
Cc: Fenghua Yu <
[email protected]
>
Cc: "Luck, Tony" <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/ia64/include/asm/processor.h
patch
|
blob
|
history
diff --git
a/arch/ia64/include/asm/processor.h
b/arch/ia64/include/asm/processor.h
index d9f397fae03eb7e89712aa7cedef3b8d11082b4e..691be0b95c1e0fb280721cde45e9d1f88d08af77 100644
(file)
--- a/
arch/ia64/include/asm/processor.h
+++ b/
arch/ia64/include/asm/processor.h
@@
-309,7
+309,6
@@
struct thread_struct {
}
#define start_thread(regs,new_ip,new_sp) do { \
- set_fs(USER_DS); \
regs->cr_ipsr = ((regs->cr_ipsr | (IA64_PSR_BITS_TO_SET | IA64_PSR_CPL)) \
& ~(IA64_PSR_BITS_TO_CLEAR | IA64_PSR_RI | IA64_PSR_IS)); \
regs->cr_iip = new_ip; \