]> git.baikalelectronics.ru Git - kernel.git/commit
um: Add BUG() to do_ops()'s error path
authorRichard Weinberger <richard@nod.at>
Fri, 13 Apr 2012 13:54:01 +0000 (15:54 +0200)
committerRichard Weinberger <richard@nod.at>
Mon, 21 May 2012 19:09:33 +0000 (21:09 +0200)
commite599cdbd378cfcc0732190353e43b7a060661e69
tree30ffb5b949b4728b29a4b95e0d31d007f066b402
parent29bdd7b810849f08ada482474a857dd49a5534d6
um: Add BUG() to do_ops()'s error path

In case we encounter a bad operation in do_ops() something is really
broken and it's better to BUG().

Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/kernel/tlb.c