From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: difference between PGT_gdt_page and PGT_ldt_page Date: Wed, 15 Feb 2006 10:09:32 +0100 Message-ID: <43F2FDDC.76F0.0078.0@novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Is there any particular reason why there cannot just be a PGT_descr_page, combining the two currently existing types? Even if it's only a page, I'd want to avoid wasting memory for nothing, and i386's default_ldt could easily move into the same page cpu_gdt_table lives in. Alternatively one could also use empty_zero_page here. Or do it like on x86-64, where the symbol doesn't exist at all, and knowledge about it being all zeroes is used where needed. Jan