From: Jacek Galowicz Date: Thu, 12 Jan 2012 05:14:47 +0000 (+1030) Subject: lguest: switch segment-voodoo-numbers to readable symbols X-Git-Tag: v3.3-rc1~85^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39082f7e5912cdc70f9ab0767e7342711f34b9f8;p=pandora-kernel.git lguest: switch segment-voodoo-numbers to readable symbols When studying lguest's x86 segment descriptor code, it is not longer necessary to have the Intel x86 architecture manual open on the page with the segment descriptor illustration to understand the crazy numbers assigned to both descriptor structure halves a/b. Now the struct desc_struct's fields, like suggested by Glauber de Oliveira Costa in 2008, are used. Signed-off-by: Jacek Galowicz Signed-off-by: Rusty Russell --- Reading git-diff-tree failed