original_kernel/arch
Glauber de Oliveira Costa 6842ef0e85 x86: unify desc_struct
This patch aims to make the access of struct desc_struct variables
equal across architectures. In this patch, I unify the i386 and x86_64
versions under an anonymous union, keeping the way they are accessed
untouched (a and b for 32-bit code, individual bit-fields for 64-bit).

This solution is not beautiful, but will allow us to integrate common
code that differed by the way descriptors were used. This is to be viewed
incrementally. There's simply too much code to be fixed at once.

In the future, goal is to set up in a single way of acessing
the desc_struct fields.

Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2008-01-30 13:31:11 +01:00
..
alpha
arm
avr32
blackfin
cris
frv
h8300
ia64 x86: PIE executable randomization, checkpatch fixes 2008-01-30 13:31:07 +01:00
m32r
m68k
m68knommu
mips
parisc
powerpc
ppc
s390
sh
sparc
sparc64
um UML: change sigcontext fields to match x86 2008-01-30 13:31:08 +01:00
v850
x86 x86: unify desc_struct 2008-01-30 13:31:11 +01:00
xtensa
.gitignore