From bf95c50ff929e00e30e71c7c61a681d529bd3e3d Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Tue, 26 Sep 2006 10:52:40 +0200 Subject: [PATCH] --- yaml --- r: 35953 b: refs/heads/master c: fd167e42b237e0688005b3dec380eb5a6e5f3585 h: refs/heads/master i: 35951: a613fc7b918ef37b3872a7e8fd49ad6ed093c1dd v: v3 --- [refs] | 2 +- trunk/include/asm-x86_64/pda.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index f02752dd48d4..d28bdb933dc4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c1a9d41f4f103bfef2ed0bea1e95b3190e39e448 +refs/heads/master: fd167e42b237e0688005b3dec380eb5a6e5f3585 diff --git a/trunk/include/asm-x86_64/pda.h b/trunk/include/asm-x86_64/pda.h index 9e3aaf74475d..531f48a6c3af 100644 --- a/trunk/include/asm-x86_64/pda.h +++ b/trunk/include/asm-x86_64/pda.h @@ -39,7 +39,7 @@ extern struct x8664_pda boot_cpu_pda[]; * There is no fast way to get the base address of the PDA, all the accesses * have to mention %fs/%gs. So it needs to be done this Torvaldian way. */ -extern void __bad_pda_field(void); +extern void __bad_pda_field(void) __attribute__((noreturn)); /* * proxy_pda doesn't actually exist, but tell gcc it is accessed for