Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47893
b: refs/heads/master
c: 5be02f1
h: refs/heads/master
i:
  47891: bf8c77d
v: v3
  • Loading branch information
Richard Knutsson authored and Linus Torvalds committed Feb 12, 2007
1 parent c31e99f commit a0eee8b
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: 893de2dffb0923d9bdba4abd66afcec3cf9103ba
refs/heads/master: 5be02f1d8af4c7baf3a5a31ab9c0cba9fdc52680
5 changes: 0 additions & 5 deletions trunk/include/linux/kernel.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@ extern int cond_resched(void);
(__x < 0) ? -__x : __x; \
})

#define labs(x) ({ \
long __x = (x); \
(__x < 0) ? -__x : __x; \
})

extern struct atomic_notifier_head panic_notifier_list;
extern long (*panic_blink)(long time);
NORET_TYPE void panic(const char * fmt, ...)
Expand Down

0 comments on commit a0eee8b

Please sign in to comment.