i386: cpu/transmeta.c: fix definition of USER686
authorH. Peter Anvin <hpa@zytor.com>
Wed, 9 May 2007 07:02:00 +0000 (00:02 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 9 May 2007 19:49:33 +0000 (12:49 -0700)
commit21c42bd8db2acd7c884d132efbf7aee9ca970b06
tree1ebbed858d9aaca784ff5b8bdf2fa30c27dc6738
parent5b479c91da90eef605f851508744bfe8269591a0
i386: cpu/transmeta.c: fix definition of USER686

The definition of USER686 is supposed to be a mask of feature bits,
not an OR of feature numbers!  It happened to work anyway on the only
processor affected, simply by pure coincidence.  Fix.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/i386/kernel/cpu/transmeta.c