]> git.baikalelectronics.ru Git - kernel.git/commit
x86: cleanup - eliminate numbers in LDT allocation code
authorCyrill Gorcunov <gorcunov@gmail.com>
Mon, 4 Feb 2008 15:48:03 +0000 (16:48 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 4 Feb 2008 15:48:03 +0000 (16:48 +0100)
commit9d4ed870ac99fd62cd80ba33fd05b1320017b6ae
treef83d41799cd9bb9a122c9379d3343ccc74e53547
parent119681be066d87aa64ac81f83b616ad4c5cbe0ef
x86: cleanup - eliminate numbers in LDT allocation code

This patch eliminates numbers in LDT allocation code
trying to make it clear to understand from where
these numbers come.

No code changed:

   text    data     bss     dec     hex filename
   1896       0       0    1896     768 ldt.o.before
   1896       0       0    1896     768 ldt.o.after
md5:
 6cbec8705008ddb4b704aade60bceda3  ldt.o.before.asm
 6cbec8705008ddb4b704aade60bceda3  ldt.o.after.asm

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/ldt.c