http://defect.opensolaris.org/bz/show_bug.cgi?id=4050
Summary: PAD gate SPARC build errors
Classification: Development
Product: power-mgmt
Version: unspecified
Platform: Other
OS/Version: Solaris
Status: NEW
Severity: critical
Priority: P2
Component: c-state
AssignedTo: bill.holler at sun.com
ReportedBy: eric.saxe at sun.com
CC: tesla-dev at opensolaris.org
Estimated Hours: 0.0
The pad-gate is having trouble building on SPARC, this seems to be related to
the changes to introduce a per CPU idle function pointer:
../../sun4/os/startup.c: In function `startup_end':
../../sun4/os/startup.c:2166: error: too few arguments to function
`mach_cpu_halt_idle'
../../sun4/os/mp_startup.c: In function `setup_cpu_common':
../../sun4/os/mp_startup.c:363: error: `enable_halt_idle_cpus' undeclared
(first use in this function)
../../sun4/os/mp_startup.c:363: error: (Each undeclared identifier is reported
only once
../../sun4/os/mp_startup.c:363: error: for each function it appears in.)
../../sun4/os/mp_startup.c:364: error: `cpu_halt_cpu' undeclared (first use in
this function)
"../../sun4/os/mp_startup.c", line 363: undefined symbol: enable_halt_idle_cpus
"../../sun4/os/mp_startup.c", line 364: undefined symbol: cpu_halt_cpu
cc: acomp failed for ../../sun4/os/mp_startup.c
*** Error code 3
--
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.