[SPARC64]: Tweak assertions in sun4v_build_virq().
They are too strict. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -701,10 +701,10 @@ unsigned int sun4v_build_virq(u32 devhandle, unsigned int devino)
|
|||||||
{
|
{
|
||||||
unsigned long sysino, hv_err;
|
unsigned long sysino, hv_err;
|
||||||
|
|
||||||
BUG_ON(devhandle & ~IMAP_IGN);
|
BUG_ON(devhandle & devino);
|
||||||
BUG_ON(devino & ~IMAP_INO);
|
|
||||||
|
|
||||||
sysino = devhandle | devino;
|
sysino = devhandle | devino;
|
||||||
|
BUG_ON(sysino & ~(IMAP_IGN | IMAP_INO));
|
||||||
|
|
||||||
hv_err = sun4v_vintr_set_cookie(devhandle, devino, sysino);
|
hv_err = sun4v_vintr_set_cookie(devhandle, devino, sysino);
|
||||||
if (hv_err) {
|
if (hv_err) {
|
||||||
|
Reference in New Issue
Block a user