From: Glauber de Oliveira Costa Date: Wed, 30 Jan 2008 12:31:13 +0000 (+0100) Subject: x86: change write_gdt_entry signature. X-Git-Tag: v2.6.25-rc1~1143^2~601 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=014b15be30c04622d130946ab7c0a9101b523a8a;p=pandora-kernel.git x86: change write_gdt_entry signature. This patch changes the write_gdt_entry function signature. Instead of the old "a" and "b" parameters, it now receives a pointer to a desc_struct, and the size of the entry being handled. This is because x86_64 can have some 16-byte entries as well as 8-byte ones. Signed-off-by: Glauber de Oliveira Costa CC: Zachary Amsden CC: Jeremy Fitzhardinge Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed