Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46329
b: refs/heads/master
c: 7220c01
h: refs/heads/master
i:
  46327: bda85f7
v: v3
  • Loading branch information
Dave Kleikamp committed Jan 26, 2007
1 parent a8f6aaf commit 14da8c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 4aa0d230c2cfc1ac4bcf7c5466f9943cf14233a9
refs/heads/master: 7220c0177b45600eef2cfd3e5e57ab5b96f3222c
5 changes: 0 additions & 5 deletions trunk/fs/jfs/jfs_debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,13 @@ extern void jfs_proc_clean(void);
/*
* assert with traditional printf/panic
*/
#ifdef CONFIG_KERNEL_ASSERTS
/* kgdb stuff */
#define assert(p) KERNEL_ASSERT(#p, p)
#else
#define assert(p) do { \
if (!(p)) { \
printk(KERN_CRIT "BUG at %s:%d assert(%s)\n", \
__FILE__, __LINE__, #p); \
BUG(); \
} \
} while (0)
#endif

/*
* debug ON
Expand Down

0 comments on commit 14da8c0

Please sign in to comment.