Page MenuHomeFreeBSD

vt: Unbreak build on no-splash configurations
ClosedPublic

Authored by cem on Jul 22 2015, 2:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 27, 8:51 AM
Unknown Object (File)
Fri, Apr 26, 6:38 AM
Unknown Object (File)
Fri, Apr 26, 6:22 AM
Unknown Object (File)
Apr 12 2024, 5:44 AM
Unknown Object (File)
Apr 12 2024, 5:42 AM
Unknown Object (File)
Apr 10 2024, 5:21 AM
Unknown Object (File)
Feb 16 2024, 5:58 AM
Unknown Object (File)
Feb 16 2024, 5:00 AM

Details

Reviewers
markj
Summary

Fake unused variables/functions in DEV_SPLASH. Their uses were hidden behind
'if (0)', but I guess the compiler was unconvinced.

Test Plan

It builds on a no-DEV_SPLASH AMD64.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage

Event Timeline

cem retitled this revision from to vt: Unbreak build on no-splash configurations.
cem updated this object.
cem edited the test plan for this revision. (Show Details)
cem added a reviewer: markj.

After this patch ARM build and console boot fine (tested r285792)

uname -a

FreeBSD bb.local 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r285792M: Wed Jul 22 17:34:24 MSK 2015 root@des.local:/usr/obj/arm.armv6/usr/src/sys/BEAGLEBONE-IPv6 arm

markj edited edge metadata.
This revision is now accepted and ready to land.Jul 22 2015, 3:24 PM

Hi Conrad,

Yes, this fix the build of the Raspberry Pi kernel.

Thanks!