Actions
Bug #12623
closedcherrystone: NULL pointer errors
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
Build errors on SPARC with NULL pointer:
../../../sun4u/cherrystone/os/cherrystone.c: In function 'startup_platform': ../../../sun4u/cherrystone/os/cherrystone.c:104: 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 7d94095ba5c8bcde15ac831ede6826ea9453ddd4
commit 7d94095ba5c8bcde15ac831ede6826ea9453ddd4 Author: Toomas Soome <tsoome@me.com> Date: 2020-05-09T15:07:21.000Z 12623 cherrystone: NULL pointer errors Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Gergő Doma <domag02@gmail.com> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Garrett D'Amore <garrett@damore.org>
Actions