Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86895
b: refs/heads/master
c: 9a4a668
h: refs/heads/master
i:
  86893: 38ef8fe
  86891: 59e7979
  86887: 8859939
  86879: d60e4d7
v: v3
  • Loading branch information
Harvey Harrison authored and David S. Miller committed Mar 3, 2008
1 parent dcac052 commit 06f56fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 74074dec4f365e1b042ad47f75854f06bd771455
refs/heads/master: 9a4a668240e2f9564d12347c50c3d9c5f1686a85
2 changes: 1 addition & 1 deletion trunk/arch/sparc64/solaris/conv.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ extern unsigned sunos_sys_table[];
#define SUNOS(x) ((long)sunos_sys_table[x])

#ifdef DEBUG_SOLARIS
#define SOLD(s) printk("%s,%d,%s(): %s\n",__FILE__,__LINE__,__FUNCTION__,(s))
#define SOLD(s) printk("%s,%d,%s(): %s\n",__FILE__,__LINE__,__func__,(s))
#define SOLDD(s) printk("solaris: "); printk s
#else
#define SOLD(s)
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sparc64/solaris/timod.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ void mykfree(void *p)
#define MKCTL_MAGIC 0xDEADBABEBADC0DEDL
#define PUT_MAGIC(a,m) do{(*(u64*)(a))=(m);}while(0)
#define SCHECK_MAGIC(a,m) do{if((*(u64*)(a))!=(m))printk("%s,%u,%s(): magic %08x at %p corrupted!\n",\
__FILE__,__LINE__,__FUNCTION__,(m),(a));}while(0)
__FILE__,__LINE__,__func__,(m),(a));}while(0)
#define BUF_OFFSET sizeof(u64)
#define MKCTL_TRAILER sizeof(u64)

Expand Down

0 comments on commit 06f56fd

Please sign in to comment.