Actions
Bug #12626
closedboston: NULL pointer errors
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
Build errors on SPARC with NULL pointers:
../../../sun4u/boston/os/boston.c: In function 'startup_platform': ../../../sun4u/boston/os/boston.c:54: error: incompatible type for argument 3 of 'mutex_init' ../../../common/sys/mutex.h:88: note: expected 'kmutex_type_t' but argument is of type 'void *'
Updated by Electric Monk about 2 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 1e1331ff02be014b4a75626f3a9ab9237f405b35
commit 1e1331ff02be014b4a75626f3a9ab9237f405b35 Author: Toomas Soome <tsoome@me.com> Date: 2020-05-10T07:21:10.000Z 12626 boston: NULL pointer errors Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Actions