Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58455
b: refs/heads/master
c: 9fb2dd1
h: refs/heads/master
i:
  58453: 5e17992
  58451: c42795c
  58447: 05e7c0f
v: v3
  • Loading branch information
Stefan Richter committed Jul 9, 2007
1 parent 14ddbd1 commit d2ad225
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e7cdf237b2a8b4b566721cfb08e448b454c74ada
refs/heads/master: 9fb2dd12c019965ffd15e5a0727af14488b3a772
2 changes: 1 addition & 1 deletion trunk/drivers/firewire/fw-sbp2.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ struct sbp2_command_orb {
scsi_done_fn_t done;
struct fw_unit *unit;

struct sbp2_pointer page_table[SG_ALL];
struct sbp2_pointer page_table[SG_ALL] __attribute__((aligned(8)));
dma_addr_t page_table_bus;
};

Expand Down

0 comments on commit d2ad225

Please sign in to comment.