Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86175
b: refs/heads/master
c: 2939dea
h: refs/heads/master
i:
  86173: 716b852
  86171: 3cad593
  86167: 9dc51b9
  86159: f28458e
  86143: 2bffacb
v: v3
  • Loading branch information
Kyle McMartin authored and James Bottomley committed Feb 18, 2008
1 parent 174c207 commit ef84c70
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: cb84e2d2ff3b50c0da5a7604a6d8634294a00a01
refs/heads/master: 2939deaab257924c9afd87575dbd9100ae08160d
2 changes: 1 addition & 1 deletion trunk/drivers/message/fusion/mptbase.h
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ extern struct proc_dir_entry *mpt_proc_root_dir;
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#endif /* } __KERNEL__ */

#if defined(__alpha__) || defined(__sparc_v9__) || defined(__ia64__) || defined(__x86_64__) || defined(__powerpc__)
#ifdef CONFIG_64BIT
#define CAST_U32_TO_PTR(x) ((void *)(u64)x)
#define CAST_PTR_TO_U32(x) ((u32)(u64)x)
#else
Expand Down

0 comments on commit ef84c70

Please sign in to comment.