Actions
Bug #12655
closedniagara: 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:
../../sun4v/cpu/niagara_perfctr.c: In function 'ni_create_picN_kstat': ../../sun4v/cpu/niagara_perfctr.c:611: error: passing argument 7 of 'kstat_create' makes integer from pointer without a cast ../../common/sys/kstat.h:793: note: expected 'uchar_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 38ff79119b4ef2a8e52068a5d95129909aadf342
commit 38ff79119b4ef2a8e52068a5d95129909aadf342 Author: Toomas Soome <tsoome@me.com> Date: 2020-05-11T05:13:29.000Z 12655 niagara: NULL pointer errors Reviewed by: C Fraire <cfraire@me.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
Actions