From 0d0d878b69108c3a457669cc98c64daadc2da47b Mon Sep 17 00:00:00 2001 From: David Daney Date: Thu, 10 Dec 2009 17:28:18 +0000 Subject: [PATCH] --- yaml --- r: 176903 b: refs/heads/master c: 05920797ca4c55b3c0629bc0eeb6fe634c196952 h: refs/heads/master i: 176901: d76a5fd736b64509a24b483a19fd73a0e71b0b1d 176899: 6b0495faec0001199df44d8492c465b28f4a6489 176895: 55d9bbb21ccc7db342fc0d471cbc209207b5b3d8 v: v3 --- [refs] | 2 +- trunk/arch/parisc/include/asm/bug.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 1606176a67e5..527534790776 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6ad6c4245e4ed0b88f5ee379c04c834b52b272a6 +refs/heads/master: 05920797ca4c55b3c0629bc0eeb6fe634c196952 diff --git a/trunk/arch/parisc/include/asm/bug.h b/trunk/arch/parisc/include/asm/bug.h index 8cfc553fc837..75e46c557a16 100644 --- a/trunk/arch/parisc/include/asm/bug.h +++ b/trunk/arch/parisc/include/asm/bug.h @@ -32,14 +32,14 @@ "\t.popsection" \ : : "i" (__FILE__), "i" (__LINE__), \ "i" (0), "i" (sizeof(struct bug_entry)) ); \ - for(;;) ; \ + unreachable(); \ } while(0) #else #define BUG() \ do { \ asm volatile(PARISC_BUG_BREAK_ASM : : ); \ - for(;;) ; \ + unreachable(); \ } while(0) #endif