]> xenbits.xensource.com Git - legacy/linux-2.6.18-xen.git/commitdiff
xen/x86: Remove use of undefined __noreturn function attribute.
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 22 Jan 2008 19:48:26 +0000 (19:48 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 22 Jan 2008 19:48:26 +0000 (19:48 +0000)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
include/asm-i386/mach-xen/asm/hypervisor.h

index 5d18cd77b3abd4fd47c3106ac039c52c97ef132b..6e31492b4ad0d4d4f99d4c08aff30dbc7cb795a3 100644 (file)
@@ -175,7 +175,7 @@ HYPERVISOR_block(
        return rc;
 }
 
-static inline void __noreturn
+static inline void /*__noreturn*/
 HYPERVISOR_shutdown(
        unsigned int reason)
 {