From a0eee8b1d36f19f2c07e0dd1f8d5eedc4a6bf7de Mon Sep 17 00:00:00 2001 From: Richard Knutsson Date: Mon, 12 Feb 2007 00:51:50 -0800 Subject: [PATCH] --- yaml --- r: 47893 b: refs/heads/master c: 5be02f1d8af4c7baf3a5a31ab9c0cba9fdc52680 h: refs/heads/master i: 47891: bf8c77dead0ab2c4aa21e232014cd4931c746986 v: v3 --- [refs] | 2 +- trunk/include/linux/kernel.h | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/[refs] b/[refs] index cd75cb8c1330..110726a1e8bb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 893de2dffb0923d9bdba4abd66afcec3cf9103ba +refs/heads/master: 5be02f1d8af4c7baf3a5a31ab9c0cba9fdc52680 diff --git a/trunk/include/linux/kernel.h b/trunk/include/linux/kernel.h index e91dce75bbcc..3531764318f2 100644 --- a/trunk/include/linux/kernel.h +++ b/trunk/include/linux/kernel.h @@ -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, ...)