Reduce the diff between AIM and Book-E even more. This also cleans up
vmparam.h significantly.
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 25932 Build 24494: arc lint + arc unit
Event Timeline
Comment Actions
on MPC85XXSPE build:
/usr/src/sys/powerpc/booke/pmap.c:222: warning: integer overflow in expression [-Woverflow]
/usr/src/sys/powerpc/booke/pmap.c:222: warning: overflow in implicit constant conversion [-Woverflow]
/usr/src/sys/powerpc/booke/pmap.c:2148: warning: integer overflow in expression [-Woverflow]
sys/powerpc/booke/pmap.c | ||
---|---|---|
222 | (vm_offset_t)VM_MAXUSER_ADDRESS | |
2148 | (vm_offset_t)VM_MAXUSER_ADDRESS |
Comment Actions
The new KERNBASE allows my RB800 to boot without having to modify it, so that's a definite improvement there.
Will check for regression on G4 / G5 / POWER9 (and maybe test the X5000, if I can finally get uboot loader set up on it so I don't have to futz with mkimg to build test kernels) tomorrow.