Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197313
b: refs/heads/master
c: e8d5373
h: refs/heads/master
i:
  197311: fa75d59
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed May 11, 2010
1 parent 4307ed7 commit 3b05248
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: 790696847dfad8b2d968ce82cc1be58ebacefead
refs/heads/master: e8d5373d664caacce2d7623810c91b43f08eabab
7 changes: 0 additions & 7 deletions trunk/drivers/staging/hv/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@

extern unsigned int vmbus_loglevel;

#define ASSERT(expr) \
if (!(expr)) { \
printk(KERN_CRIT "Assertion failed! %s,%s,%s,line=%d\n", \
#expr, __FILE__, __func__, __LINE__); \
__asm__ __volatile__("int3"); \
}

#define DPRINT(mod, lvl, fmt, args...) do {\
if ((mod & (HIWORD(vmbus_loglevel))) && \
(lvl <= LOWORD(vmbus_loglevel))) \
Expand Down

0 comments on commit 3b05248

Please sign in to comment.