git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af8c93d
)
x86, vdso: Cleanup __vdso_gettimeofday()
author
Stefani Seibold
<stefani@seibold.net>
Mon, 17 Mar 2014 22:22:06 +0000
(23:22 +0100)
committer
H. Peter Anvin
<hpa@linux.intel.com>
Tue, 18 Mar 2014 19:52:26 +0000
(12:52 -0700)
This patch cleans up the __vdso_gettimeofday() function a little.
It kicks out an unneeded ret local variable and makes the code faster
if only the timezone is needed (an admittedly rare case.)
Reviewed-by: Andy Lutomirski <luto@amacapital.net>
Signed-off-by: Stefani Seibold <stefani@seibold.net>
Link:
http://lkml.kernel.org/r/1395094933-14252-7-git-send-email-stefani@seibold.net
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/vdso/vclock_gettime.c
patch
|
blob
|
history
diff --cc
arch/x86/vdso/vclock_gettime.c
Simple merge