diff options
Diffstat (limited to 'arch/powerpc/include/asm/bug.h')
| -rw-r--r-- | arch/powerpc/include/asm/bug.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/bug.h b/arch/powerpc/include/asm/bug.h index f2c562a0a427..0151af6c2a50 100644 --- a/arch/powerpc/include/asm/bug.h +++ b/arch/powerpc/include/asm/bug.h @@ -104,7 +104,7 @@  		"1:	"PPC_TLNEI"	%4,0\n"			\  		_EMIT_BUG_ENTRY					\  		: : "i" (__FILE__), "i" (__LINE__),		\ -		  "i" (BUGFLAG_TAINT(TAINT_WARN)),		\ +		  "i" (BUGFLAG_WARNING|BUGFLAG_TAINT(TAINT_WARN)),\  		  "i" (sizeof(struct bug_entry)),		\  		  "r" (__ret_warn_on));				\  	}							\  |