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:
fa95826
)
x86: xsave.c: restore_user_xstate should be static
author
Jaswinder Singh Rajput
<jaswinder@infradead.org>
Tue, 30 Dec 2008 16:35:55 +0000
(22:05 +0530)
committer
H. Peter Anvin
<hpa@zytor.com>
Tue, 30 Dec 2008 21:31:41 +0000
(13:31 -0800)
Impact: cleanup, reduce kernel size a bit, avoid sparse warning
Fixes sparse warning:
arch/x86/kernel/xsave.c:162:5: warning: symbol 'restore_user_xstate' was not declared. Should it be static?
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
No differences found