| commit | c81c6ca45a69478c7877b729af1942d2b80ef582 | [log] [tgz] |
|---|---|---|
| author | Glauber de Oliveira Costa <gcosta@redhat.com> | Wed Jan 30 13:31:14 2008 +0100 |
| committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:31:14 2008 +0100 |
| tree | e26aeaa7ace08ce222bd4cb28add95d18dbd4bbd | |
| parent | 507f90c9f92592e7630b1c1e87bf92d2c9858cc6 [diff] |
x86: unify set_tss_desc
This patch unifies the set_tss_desc between i386 and x86_64,
which can now have a common implementation. After the old
functions are removed from desc_{32,64}.h, nothing important is
left, and the files can be removed.
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>