Opened 14 years ago

Closed 14 years ago

#5183 closed bug (fixed)

[PATCH] vm: Fix warning treated as error (TRACE_VM)

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

Description

%d expects an int argument, but it's a team_id.

Use %ld instead, as done elsewhere.

Two undefined variable errors remain to be fixed to make TRACE_VM work.

Attachments (2)

vm_warning.diff (551 bytes ) - added by andreasf 14 years ago.
patch
vm_trace-errors.diff (743 bytes ) - added by andreasf 14 years ago.
second patch

Download all attachments as: .zip

Change History (5)

by andreasf, 14 years ago

Attachment: vm_warning.diff added

patch

comment:1 by stippi, 14 years ago

Resolution: fixed
Status: newclosed

Applied in hrev34855. Thanks!

by andreasf, 14 years ago

Attachment: vm_trace-errors.diff added

second patch

comment:2 by andreasf, 14 years ago

Resolution: fixed
Status: closedreopened

Thanks, here's a patch for the remaining errors.

comment:3 by stippi, 14 years ago

Resolution: fixed
Status: reopenedclosed

Ok, applied in hrev34862, thanks!

Note: See TracTickets for help on using tickets.