diff options
author | Ivan Kokshaysky <[email protected]> | 2009-01-29 14:25:20 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2009-01-29 18:04:44 -0800 |
commit | 945048ca36173315afa2f0c53bed21ba01a588c1 (patch) | |
tree | 075e21bf5258f6fa9894918deef4e6ca20171b29 /drivers/scsi/mpt2sas/mpi/mpi2_raid.h | |
parent | ee0c468bb151aad23281660152d2894f1e214238 (diff) |
alpha: fix the BUG() macro
The commit "alpha: teach the compiler that BUG doesn't return"
(ed6b9b97f42c091630335bfb71a2931e6f86388b) moved the asm code into inline
function which takes __FILE__ and __LINE__ as arguments. This violates
asm constrains there ("i" - an immediate operand with constant value), so
that compile may result in warning or error, depending on compiler
version.
Just adding an infinite loop to the BUG() is sufficient.
Signed-off-by: Ivan Kokshaysky <[email protected]>
Cc: Richard Henderson <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'drivers/scsi/mpt2sas/mpi/mpi2_raid.h')
0 files changed, 0 insertions, 0 deletions