aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/processor.h')
-rw-r--r--include/asm-x86/processor.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-x86/processor.h b/include/asm-x86/processor.h
index 2b896b0aa3fa..87466b6d3b92 100644
--- a/include/asm-x86/processor.h
+++ b/include/asm-x86/processor.h
@@ -424,6 +424,11 @@ struct extended_sigtable {
424 struct extended_signature sigs[0]; 424 struct extended_signature sigs[0];
425}; 425};
426 426
427typedef struct {
428 unsigned long seg;
429} mm_segment_t;
430
431
427/* 432/*
428 * create a kernel thread without removing it from tasklists 433 * create a kernel thread without removing it from tasklists
429 */ 434 */