|
|
| File: [Development] / linux-2.6-xfs-all / include / asm-um / segment.h (download)
Revision 1.2, Mon May 29 16:35:25 2006 UTC (11 years, 4 months ago) by nathans.longdrop.melbourne.sgi.com
Merge up to 2.6.17-rc5. Merge of 2.6.x-xfs-melb:linux:26065a by kenmcd. |
#ifndef __UM_SEGMENT_H #define __UM_SEGMENT_H extern int host_gdt_entry_tls_min; #define GDT_ENTRY_TLS_ENTRIES 3 #define GDT_ENTRY_TLS_MIN host_gdt_entry_tls_min #define GDT_ENTRY_TLS_MAX (GDT_ENTRY_TLS_MIN + GDT_ENTRY_TLS_ENTRIES - 1) #endif