]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Make boot_param_data pure BSS
authorAndi Kleen <ak@suse.de>
Tue, 26 Sep 2006 08:52:35 +0000 (10:52 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Tue, 26 Sep 2006 08:52:35 +0000 (10:52 +0200)
commit54cd1f92b2c57af1de50e5020342f8f464615814
tree1489465cd6b06db0d49df6796293675a47cf6a6f
parentb8b380abe319eeb450466b1d33c1dd13259ca1b9
[PATCH] Make boot_param_data pure BSS

Since it's all zero.

Actually I think gcc 4+ will do that automatically, but earlier compilers won't
Signed-off-by: Andi Kleen <ak@suse.de>
arch/x86_64/kernel/setup64.c