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:
7890ba8
)
x86: cleanup stack protector
author
Tejun Heo
<tj@kernel.org>
Tue, 20 Jan 2009 03:29:19 +0000
(12:29 +0900)
committer
Tejun Heo
<tj@kernel.org>
Tue, 20 Jan 2009 03:29:19 +0000
(12:29 +0900)
Impact: cleanup
Make the following cleanups.
* remove duplicate comment from boot_init_stack_canary() which fits
better in the other place - cpu_idle().
* move stack_canary offset check from __switch_to() to
boot_init_stack_canary().
Signed-off-by: Tejun Heo <tj@kernel.org>
No differences found