Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21404
b: refs/heads/master
c: dedacf6
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Mar 20, 2006
1 parent f30d730 commit 3a969ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7eae642f75e0f7fbce7c37b2dfe0641ff1e9ebfd
refs/heads/master: dedacf623283cb24933ec9f7d5bf539f19173cd4
6 changes: 6 additions & 0 deletions trunk/include/asm-sparc64/hypervisor.h
Original file line number Diff line number Diff line change
Expand Up @@ -1300,6 +1300,9 @@ struct hv_trap_trace_entry {
* a tsbnum and a tsbindex. Bits 63:32 contain the
* tsbnum and bits 31:00 contain the tsbindex.
*
* Use the HV_PCI_TSBID() macro to construct such
* values.
*
* io_attributes IO attributes for IOMMU mappings. One of more
* of the attritbute bits are stores in a 64-bit
* value. The values are defined below.
Expand Down Expand Up @@ -1354,6 +1357,9 @@ struct hv_trap_trace_entry {
(((d) & 0x1f) << 11) | \
(((f) & 0x07) << 8))

#define HV_PCI_TSBID(__tsb_num, __tsb_index) \
((((u64)(__tsb_num)) << 32UL) | ((u64)(__tsb_index)))

#define HV_PCI_SYNC_FOR_DEVICE 0x01
#define HV_PCI_SYNC_FOR_CPU 0x02

Expand Down

0 comments on commit 3a969ab

Please sign in to comment.