From 6a0ad8ec27cf8b3cb034b6bae1e0988b369ba63b Mon Sep 17 00:00:00 2001 From: Jeremy Fitzhardinge Date: Fri, 27 Feb 2009 13:25:33 -0800 Subject: [PATCH] --- yaml --- r: 137038 b: refs/heads/master c: 2fb6b2a048ed8fa3f049c7d42f7a2dd3f0c8d7a6 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/include/asm/system.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 622cf9604696..ce038878159a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 389d1fb11e5f2a16b5e34c547756f0c4dec641f7 +refs/heads/master: 2fb6b2a048ed8fa3f049c7d42f7a2dd3f0c8d7a6 diff --git a/trunk/arch/x86/include/asm/system.h b/trunk/arch/x86/include/asm/system.h index 1a7bf39f72dc..643c59b4bc6e 100644 --- a/trunk/arch/x86/include/asm/system.h +++ b/trunk/arch/x86/include/asm/system.h @@ -20,6 +20,7 @@ struct task_struct; /* one of the stranger aspects of C forward declarations */ struct task_struct *__switch_to(struct task_struct *prev, struct task_struct *next); +struct tss_struct; void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p, struct tss_struct *tss);