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)
Change History (3)
by , 14 years ago
Attachment: | 0001-Improve-trace-output.patch added |
---|
comment:1 by , 14 years ago
patch: | 0 → 1 |
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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.
proposed patch