Revert "gicv3: Add a verbose message for unknown tables"

This reverts commit 7f9694ad7e.

It has the wrong differential review link
This commit is contained in:
Andrew Turner 2023-08-23 16:34:50 +01:00
parent 160919c864
commit b9cdb04f4e

View File

@ -537,9 +537,6 @@ gicv3_its_table_init(device_t dev, struct gicv3_its_softc *sc)
its_tbl_size = page_size;
break;
default:
if (bootverbose)
device_printf(dev, "Unhandled table type %lx\n",
type);
continue;
}
npages = howmany(its_tbl_size, PAGE_SIZE);