commit | e9dff0ee6694b2edd40b1b448cb786f6a7b02336 | [log] [tgz] |
---|---|---|
author | Magnus Damm <magnus@valinux.co.jp> | Tue Sep 26 10:52:36 2006 +0200 |
committer | Andi Kleen <andi@basil.nowhere.org> | Tue Sep 26 10:52:36 2006 +0200 |
tree | 0192d9bfe88fb2b9652150f0437f34af86cc72ea | |
parent | 5f0f1c166647860bb2c2a206338e7d9af3834753 [diff] |
[PATCH] i386: mark cpu cache functions as __cpuinit Mark i386-specific cpu cache functions as __cpuinit. They are all only called from arch/i386/common.c:display_cache_info() that already is marked as __cpuinit. Signed-off-by: Magnus Damm <magnus@valinux.co.jp> Signed-off-by: Andi Kleen <ak@suse.de>