search for: centaur_size_cache

Displaying 1 result from an estimated 1 matches for "centaur_size_cache".

2008 Oct 08
0
[PATCH 2/4] Import upstream git commit e9dff0ee6694b2edd40b1b448cb786f6a7b02336
...)) { diff -r 3be554b47704 -r 0c2193e06af9 arch/i386/kernel/cpu/centaur.c --- a/arch/i386/kernel/cpu/centaur.c Wed Oct 08 13:06:36 2008 +0100 +++ b/arch/i386/kernel/cpu/centaur.c Wed Oct 08 13:30:41 2008 +0100 @@ -442,7 +442,7 @@ static void __init init_centaur(struct c } } -static unsigned int centaur_size_cache(struct cpuinfo_x86 * c, unsigned int size) +static unsigned int __cpuinit centaur_size_cache(struct cpuinfo_x86 * c, unsigned int size) { /* VIA C3 CPUs (670-68F) need further shifting. */ if ((c->x86 == 6) && ((c->x86_model == 7) || (c->x86_model == 8))) diff -r 3be554b47704...