diff options
Diffstat (limited to 'arch/x86/kernel/cpu/cyrix.c')
| -rw-r--r-- | arch/x86/kernel/cpu/cyrix.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/cyrix.c b/arch/x86/kernel/cpu/cyrix.c index 6b4bb335641f..8949b7ae6d92 100644 --- a/arch/x86/kernel/cpu/cyrix.c +++ b/arch/x86/kernel/cpu/cyrix.c @@ -215,7 +215,7 @@ static void init_cyrix(struct cpuinfo_x86 *c)  	/* common case step number/rev -- exceptions handled below */  	c->x86_model = (dir1 >> 4) + 1; -	c->x86_mask = dir1 & 0xf; +	c->x86_stepping = dir1 & 0xf;  	/* Now cook; the original recipe is by Channing Corn, from Cyrix.  	 * We do the same thing for each generation: we work out  | 
