Bug #6336
remove obsolete sparc reg type #defines
Status:
New
Priority:
Low
Assignee:
-
Category:
kernel
Start date:
2015-10-15
Due date:
% Done:
0%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
From usr/src/uts/sparc/sys/regset.h
:
/* * The following #define's are obsolete and may be removed in a future release. * The corresponding integer types should be used instead (i.e. uint64_t). */ #define FPU_REGS_TYPE uint32_t #define FPU_DREGS_TYPE uint64_t #define V7_FPU_FSR_TYPE uint32_t #define V9_FPU_FSR_TYPE uint64_t #define V9_FPU_FPRS_TYPE uint32_t
Some of these are totally unused, and others just need a search & replace to convert the handful of users to the actual type.
No data to display