Opened 14 years ago

Closed 14 years ago

#5188 closed bug (fixed)

[PATCH] openfirmware: Fix TRACE_NETWORK build

Reported by: andreasf Owned by: axeld
Priority: normal Milestone: R1
Component: System/Boot Loader Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: PowerPC

Description

dprintf is undefined here, use printf instead.

Attachments (2)

trace-network-dprintf.diff (425 bytes ) - added by andreasf 14 years ago.
patch
trace-network-dprintf2.diff (468 bytes ) - added by andreasf 14 years ago.
updated patch

Download all attachments as: .zip

Change History (6)

by andreasf, 14 years ago

Attachment: trace-network-dprintf.diff added

patch

comment:1 by stippi, 14 years ago

Where is the tracing output supposed to appear? Should this be defined to "debug_printf" instead?

comment:2 by axeld, 14 years ago

dprintf() is defined in boot/platform.h - just include it, instead of changing the debug output to printf.

debug_printf() only exists in userland, btw.

by andreasf, 14 years ago

Attachment: trace-network-dprintf2.diff added

updated patch

in reply to:  2 comment:3 by andreasf, 14 years ago

Replying to axeld:

dprintf() is defined in boot/platform.h - just include it, instead of changing the debug output to printf.

Whatever makes it work, patch updated. :)

There are a lot of debug printfs in the code. Should that be changed, too?

Something's odd with the line endings in many of these files btw.

comment:4 by stippi, 14 years ago

Resolution: fixed
Status: newclosed

Applied in hrev34860. Thanks!

Note: See TracTickets for help on using tickets.