commit | b38337a624c4d3c2c3d9cdf27d952ca94181c6a8 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Tue Sep 26 10:52:40 2006 +0200 |
committer | Andi Kleen <andi@basil.nowhere.org> | Tue Sep 26 10:52:40 2006 +0200 |
tree | 1e926c0f6af8df631ce726bfec98a020164cf289 | |
parent | 73bb5117a448bdf0b56232ca28451fe4c534cb3a [diff] |
[PATCH] Mark per cpu data initialization __initdata again Before 2.6.16 this was changed to work around code that accessed CPUs not in the possible map. But that code should be all fixed now, so mark it __initdata again. Signed-off-by: Andi Kleen <ak@suse.de>