commit | 811a0fff5d6e80e18e06be88e0fb685f3924bf8f | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Wed Jan 30 13:33:02 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:33:02 2008 +0100 |
tree | 93e10b51ccdf51244794cdd5f3750a0a01561d2a | |
parent | 1cac5004e953506166e980da5776d5cc1c176d79 [diff] |
x86 setup: fix constraints in segment accessor functions Fix the operand constraints for the segment accessor functions, {rd,wr}{fs,gs}*. In particular, the 8-bit functions used "r" constraints instead of "q" constraints. Signed-off-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>