Opened 14 years ago

Closed 14 years ago

#6141 closed enhancement (fixed)

[PATCH] vm_map_physical_memory: Improve trace output

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

Description

The parameter address is confusing on first sight and less interesting, rather print its value.

Priority: low

Attachments (1)

0001-Improve-trace-output.patch (1.0 KB ) - added by andreasf 14 years ago.
proposed patch

Download all attachments as: .zip

Change History (3)

by andreasf, 14 years ago

proposed patch

comment:1 by andreasf, 14 years ago

patch: 01

comment:2 by bonefish, 14 years ago

Resolution: fixed
Status: newclosed

Committed something similar in hrev37029. Note that the value is only valid for address spec B_EXACT_ADDRESS, i.e. in most cases a bogus value will be printed. Still better than printing the useless variable address, though.

Note: See TracTickets for help on using tickets.