Re: [PATCH 2/5] x86: use get_desc_base

2007-11-21 Thread Zachary Amsden
On Wed, 2007-11-21 at 02:20 -0800, Roland McGrath wrote: > This changes a couple of places to use the get_desc_base function. > They were duplicating the same calculation with different equivalent code. > > Signed-off-by: Roland McGrath <[EMAIL PROTECTED]> > > diff --git a/arch/x86/ia32/tls32.c b

[PATCH 2/5] x86: use get_desc_base

2007-11-21 Thread Roland McGrath
This changes a couple of places to use the get_desc_base function. They were duplicating the same calculation with different equivalent code. Signed-off-by: Roland McGrath <[EMAIL PROTECTED]> diff --git a/arch/x86/ia32/tls32.c b/arch/x86/ia32/tls32.c index 1cc4340..5291596 100644 --- a/arch/x86/