454c454
< * LPIS [17] == 0
---
> * LPIS [17] == 1
470c470
< (gic->getSystem()->haveSecurity() << 10) |
---
> (1 << 17) | (gic->getSystem()->haveSecurity() << 10) |