commit | c6e50f93db5bd0895ec7c7d1b6f3886c6e1f11b6 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Jan 20 12:29:19 2009 +0900 |
committer | Tejun Heo <tj@kernel.org> | Tue Jan 20 12:29:19 2009 +0900 |
tree | 3d6b2d04118bb61fb50cf7624aaf7f7e4f5916ce | |
parent | 7890ba8c87604ca4c2c73f7de846bf5305d743e4 [diff] |
x86: cleanup stack protector 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>